public static function FeedsTamperTimeToDateTestCase::getInfo in Feeds Tamper 7
Same name and namespace in other branches
- 6 tests/feeds_tamper_plugins.test \FeedsTamperTimeToDateTestCase::getInfo()
File
- tests/
feeds_tamper_plugins.test, line 1016 - Unit tests for feeds tamper plugins.
Class
- FeedsTamperTimeToDateTestCase
- Tests for timetodate.inc
Code
public static function getInfo() {
return array(
'name' => 'Plugins: Unix timestamp to Date',
'description' => 'Unit tests for the "Unix timestamp to Date" plugin.',
'group' => 'Feeds Tamper',
);
}