public static function FeedsMapperPathPathautoTestCase::getInfo in Feeds 7.2
File
- tests/
feeds_mapper_path.test, line 171 - Contains FeedsMapperPathTestCase.
Class
- FeedsMapperPathPathautoTestCase
- Class for testing Feeds <em>path</em> mapper with pathauto.module.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Path with pathauto',
'description' => 'Test Feeds Mapper support for path aliases and pathauto.',
'group' => 'Feeds',
'dependencies' => array(
'pathauto',
),
);
}