1 backdrop_web_test_case.php | BackdropUnitTestCase::__construct($test_id = NULL) |
Constructor for BackdropUnitTestCase.
Overrides BackdropTestCase::__construct
File
- core/
modules/ simpletest/ backdrop_web_test_case.php, line 831
Class
- BackdropUnitTestCase
- Test case for Backdrop unit tests.
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
}