1.20.x backdrop_web_test_case.php | public BackdropTestCase::__construct($test_id = NULL) |
Constructor for BackdropTestCase.
Parameters
$test_id: Tests with the same id are reported together.
File
- modules/
simpletest/ backdrop_web_test_case.php, line 138
Class
- BackdropTestCase
- Base class for Backdrop tests.
Code
public function __construct($test_id = NULL) {
$this->testId = $test_id;
}