public static function FeedsMapperPathTest::getInfo in Feeds 8.2
File
- lib/
Drupal/ feeds/ Tests/ FeedsMapperPathTest.php, line 28 - Test case for path alias mapper path.inc.
Class
- FeedsMapperPathTest
- Class for testing Feeds <em>path</em> mapper.
Namespace
Drupal\feeds\TestsCode
public static function getInfo() {
return array(
'name' => 'Mapper: Path',
'description' => 'Test Feeds Mapper support for path aliases.',
'group' => 'Feeds',
);
}