Constructor for Test.
Parameters
$test_id:
Tests with the same id are reported together.
File
- drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php, line 146
- Definition of Drupal\simpletest\TestBase.
Class
- TestBase
- Base class for Drupal tests.
Namespace
Drupal\simpletest
Code
public function __construct($test_id = NULL) {
$this->testId = $test_id;
}