public static function FeedsDateTimeTest::getInfo in Feeds 7.2
Same name and namespace in other branches
- 6 tests/feeds_date_time.test \FeedsDateTimeTest::getInfo()
File
- tests/
feeds_date_time.test, line 21 - 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',
);
}