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