function DrupalUnitTestCase::__construct
Constructor for DrupalUnitTestCase.
Parameters
$test_id: Tests with the same id are reported together.
Overrides DrupalTestCase::__construct
File
-
modules/
simpletest/ drupal_web_test_case.php, line 760
Class
- DrupalUnitTestCase
- Test case for Drupal unit tests.
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.