public static function FeedsQueryPathParserParserTestCase::getInfo in Feeds QueryPath Parser 7
Describe this test.
File
- tests/
feeds_querypath_parser.test, line 16 - Tests for FeedsQueryPathParser.inc.
Class
- FeedsQueryPathParserParserTestCase
- Test single feeds.
Code
public static function getInfo() {
return array(
'name' => t('QueryPath Parser'),
'description' => t('Regression tests for Feeds QueryPath parser.'),
'group' => t('Feeds QueryPath Parser'),
);
}