public static function FeedsMapperUniqueTestCase::getInfo in Feeds 7.2
File
- tests/
feeds_mapper_unique.test, line 16 - Contains FeedsMapperUniqueTestCase.
Class
- FeedsMapperUniqueTestCase
- Class for testing Feeds unique callbacks.
Code
public static function getInfo() {
return array(
'name' => 'Unique target callbacks',
'description' => 'Test unique target callbacks in mappers.',
'group' => 'Feeds',
);
}