public static function FeedsTokenTest::getInfo in Feeds 7.2
File
- tests/
feeds_tokens.test, line 11
Class
- FeedsTokenTest
- Test cases for token replacement.
Code
public static function getInfo() {
return array(
'name' => 'Feeds token tests',
'description' => 'Test the Feeds tokens.',
'group' => 'Feeds',
);
}