You are here

public static function FeedsMapperPathTestCase::getInfo in Feeds 7.2

File

tests/feeds_mapper_path.test, line 16
Contains FeedsMapperPathTestCase.

Class

FeedsMapperPathTestCase
Test case for path alias mapper path.inc.

Code

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