public static function SimpletestUnitTestExampleTestCase::getInfo in Calendar Systems 7.3
Same name and namespace in other branches
- 8 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
- 6.3 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
- 6 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
- 7 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
- 7.2 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
File
- ./
simpletest_calendar_systems.test, line 4
Class
Code
public static function getInfo() {
// Note: getInfo() strings should not be translated.
return array(
'name' => 'Simpletest CalendarSystems unit tests',
'description' => 'Test that CalendarSystems works properly.',
'group' => 'CalendarSystem',
);
}