public static function SimpleTestFunctionalTest::getInfo

1 call to SimpleTestFunctionalTest::getInfo()
SimpleTestFunctionalTest::getResultFieldSet in drupal/modules/simpletest/simpletest.test
Get the fieldset containing the results for group this test is in.

File

drupal/modules/simpletest/simpletest.test, line 20
Tests for simpletest.module.

Class

SimpleTestFunctionalTest
@file Tests for simpletest.module.

Code

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',
  );
}