You are here

public static function FeedsParaMapperUpdatingTestCase::getInfo in Feeds Paragraphs 7

Lets SimpleTest knows about this test class.

File

tests/importing.test, line 234
Contains ImportingTestCase.

Class

FeedsParaMapperUpdatingTestCase
Tests updating Paragraphs fields values.

Code

public static function getInfo() {
  return array(
    'name' => 'Updating Test',
    'description' => 'Insures that updating the values of Paragraphs fields works correctly',
    'group' => 'Paragraphs Mapper',
  );
}