function KernelTestBase::__construct
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::__construct()
Constructor for Test.
Parameters
$test_id: Tests with the same id are reported together.
Overrides TestBase::__construct
File
-
core/
modules/ simpletest/ src/ KernelTestBase.php, line 122
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\simpletestCode
public function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.