You are here

public static function FeedsMapperLinkTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperLinkTest.php, line 28
Test case for CCK link mapper mappers/date.inc.

Class

FeedsMapperLinkTest
Class for testing Feeds <em>link</em> mapper.

Namespace

Drupal\feeds\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Link',
    'description' => 'Test Feeds Mapper support for Link fields.',
    'group' => 'Feeds',
  );
}