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