You are here

public static function FeedsMapperDateTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperDateTest.php, line 31
Test case for date field mapper mappers/date.inc.

Class

FeedsMapperDateTest
Class for testing Feeds <em>content</em> mapper.

Namespace

Drupal\feeds\Tests

Code

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