public static function DateToolsTestCase::getInfo in Date 7
Same name and namespace in other branches
- 7.3 date_tools/tests/DateToolsTestCase.test \DateToolsTestCase::getInfo()
- 7.2 date_tools/tests/DateToolsTestCase.test \DateToolsTestCase::getInfo()
File
- date_tools/
tests/ date_tools.test, line 5
Class
Code
public static function getInfo() {
return array(
'name' => 'Date Tools',
'description' => 'Test Date Wizard and other Date Tools.',
'group' => 'Date',
);
}