public static function SimpleTestOtherInstallationProfileModuleTestsTestCase::getInfo
Archivo
- drupal-7.x/modules/simpletest/simpletest.test, line 635
- Tests for simpletest.module.
Class
- SimpleTestOtherInstallationProfileModuleTestsTestCase
- Verifies that tests in other installation profiles are not found.
Código
public static function getInfo() {
return array(
'name' => 'Other Installation profiles',
'description' => 'Verifies that tests in other installation profiles are not found.',
'group' => 'SimpleTest',
);
}