public static function FeedsParaMapperMultiValuedImportingTestCase::getInfo in Feeds Paragraphs 7
Lets SimpleTest knows about this test class.
File
- tests/
importing.test, line 170 - Contains ImportingTestCase.
Class
- FeedsParaMapperMultiValuedImportingTestCase
- Tests importing to a content type with a nested Paragraphs field.
Code
public static function getInfo() {
return array(
'name' => 'Multi-valued Importing Test',
'description' => 'Insures that importing to a multi-valued Paragraphs field works correctly',
'group' => 'Paragraphs Mapper',
);
}