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