function SimpleTestFunctionalTest::getInfo

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

File

modules/simpletest/simpletest.test, line 40

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.