function SimpleTestInstallationProfileModuleTestsTestCase::getInfo

File

modules/simpletest/simpletest.test, line 663

Class

SimpleTestInstallationProfileModuleTestsTestCase
Verifies that tests bundled with installation profile modules are found.

Code

public static function getInfo() {
    return array(
        'name' => 'Installation profile module tests',
        'description' => 'Verifies that tests bundled with installation profile modules are found.',
        'group' => 'SimpleTest',
    );
}

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