public static function SimpleTestOtherInstallationProfileModuleTestsTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ simpletest.test, line 688 - Tests for simpletest.module.
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',
);
}