public static function FormatDateUnitTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 2785 - Tests for common.inc functionality.
Class
- FormatDateUnitTest
- Tests for the format_date() function.
Code
public static function getInfo() {
return array(
'name' => 'Format date',
'description' => 'Test the format_date() function.',
'group' => 'System',
);
}