function DrupalUnitTestCase::__construct in Drupal 7
Constructor for DrupalUnitTestCase.
Overrides DrupalTestCase::__construct
File
- modules/
simpletest/ drupal_web_test_case.php, line 732
Class
- DrupalUnitTestCase
- Test case for Drupal unit tests.
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
}