You are here

public static function FeedsParaMapperNestedMappingTestCase::getInfo in Feeds Paragraphs 7

Lets SimpleTest knows about this test class.

File

tests/mapping.test, line 46
Contains MappingTestCase.

Class

FeedsParaMapperNestedMappingTestCase
Tests mapping to a nested Paragraphs field.

Code

public static function getInfo() {
  return array(
    'name' => 'Nested Mapping Test',
    'description' => 'Insures that mapping to a nested Paragraphs field works correctly',
    'group' => 'Paragraphs Mapper',
  );
}