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