function SimpleTestDiscoveryTestCase::getInfo

File

modules/simpletest/simpletest.test, line 755

Class

SimpleTestDiscoveryTestCase
Verifies that tests in other installation profiles are not found.

Code

public static function getInfo() {
    return array(
        'name' => 'Discovery of test classes',
        'description' => 'Verifies that tests classes are discovered and can be autoloaded (class_exists).',
        'group' => 'SimpleTest',
    );
}

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