You are here

function DrupalTestSuite::DrupalTestSuite in SimpleTest 5

Same name and namespace in other branches
  1. 6 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);
}