function DrupalWebTestCase::__construct in SimpleTest 7
Same name and namespace in other branches
- 6.2 drupal_web_test_case.php \DrupalWebTestCase::__construct()
- 7.2 drupal_web_test_case.php \DrupalWebTestCase::__construct()
Constructor for DrupalWebTestCase.
Overrides DrupalTestCase::__construct
File
- ./
drupal_web_test_case.php, line 662
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
}