function KernelTestBase::__construct
Same name in other branches
- 11.x core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::__construct()
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.