function SimpleTestOtherInstallationProfileModuleTestsTestCase::getInfo

File

modules/simpletest/simpletest.test, line 710

Class

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

Code

public static function getInfo() {
    return array(
        'name' => 'Other Installation profiles',
        'description' => 'Verifies that tests in other installation profiles are not found.',
        'group' => 'SimpleTest',
    );
}

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