1 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
- core/
modules/ simpletest/ backdrop_web_test_case.php, line 129
Class
- BackdropTestCase
- Base class for Backdrop tests.
Code
public function __construct($test_id = NULL) {
$this->testId = $test_id;
}