public static function SimpleTestFunctionalTest::getInfo
2 calls to SimpleTestFunctionalTest::getInfo()
- SimpleTestFunctionalTest::getResultFieldSet in drupal-7.x/modules/simpletest/simpletest.test
- Get the fieldset containing the results for group this test is in.
- SimpleTestFunctionalTest::getResultFieldSet in drupal-7.x/modules/simpletest/simpletest.test
- Get the fieldset containing the results for group this test is in.
Archivo
- drupal-7.x/modules/simpletest/simpletest.test, line 20
- Tests for simpletest.module.
Class
- SimpleTestFunctionalTest
Código
public static function getInfo() {
return array(
'name' => 'SimpleTest functionality',
'description' => "Test SimpleTest's web interface: check that the intended tests were run and ensure that test reports display the intended results. Also test SimpleTest's internal browser and API's both explicitly and implicitly.",
'group' => 'SimpleTest',
);
}