public static function FeedsDateTimeTest::getInfo in Feeds 6
Same name and namespace in other branches
- 7.2 tests/feeds_date_time.test \FeedsDateTimeTest::getInfo()
File
- tests/
feeds_date_time.test, line 16 - Tests for FeedsDateTime class.
Class
- FeedsDateTimeTest
- Test FeedsDateTime class.
Code
public static function getInfo() {
return array(
'name' => 'FeedsDateTime unit tests',
'description' => 'Unit tests for Feeds date handling.',
'group' => 'Feeds',
);
}