function DrupalWebTestCase::__construct
Constructor for DrupalWebTestCase.
Overrides DrupalTestCase::__construct
1 call to DrupalWebTestCase::__construct()
- UpgradePathTestCase::__construct in modules/
simpletest/ tests/ upgrade/ upgrade.test - Constructs an UpgradePathTestCase object.
1 method overrides DrupalWebTestCase::__construct()
- UpgradePathTestCase::__construct in modules/
simpletest/ tests/ upgrade/ upgrade.test - Constructs an UpgradePathTestCase object.
File
-
modules/
simpletest/ drupal_web_test_case.php, line 1009
Class
- DrupalWebTestCase
- Test case for typical Drupal 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.