function DrupalTestSuite::DrupalTestSuite in SimpleTest 6
Same name and namespace in other branches
- 5 drupal_unit_tests.php \DrupalTestSuite::DrupalTestSuite()
1 call to DrupalTestSuite::DrupalTestSuite()
- DrupalUnitTests::DrupalUnitTests in ./
drupal_unit_tests.php - Constructor
File
- ./
drupal_unit_tests.php, line 8
Class
- DrupalTestSuite
- Implementes getTestInstances to allow access to the test objects from outside
Code
function DrupalTestSuite($label) {
$this
->TestSuite($label);
}