public static function FeedsParaMapperMappingTestCase::getInfo in Feeds Paragraphs 7
Lets SimpleTest knows about this test class.
File
- tests/
mapping.test, line 16 - Contains MappingTestCase.
Class
- FeedsParaMapperMappingTestCase
- Tests mapping a single value to a Paragraphs field.
Code
public static function getInfo() {
return array(
'name' => 'Single Value Mapping Test',
'description' => 'Insures that mapping a single value to a Paragraphs field works correctly',
'group' => 'Paragraphs Mapper',
);
}