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