public function KernelTestBase::__construct in SimpleTest 8.3
Constructor for Test.
Parameters
$test_id: Tests with the same id are reported together.
Overrides TestBase::__construct
File
- 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;
}