You are here

public static function FeedsMapperConfigTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperConfigTest.php, line 24
Test cases for Feeds mapping configuration form.

Class

FeedsMapperConfigTest
Class for testing basic Feeds ajax mapping configurtaion form behavior.

Namespace

Drupal\feeds\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Config',
    'description' => 'Test the mapper configuration UI.',
    'group' => 'Feeds',
  );
}