public static function FeedsXPathParserQueryParserTestCase::getInfo in Feeds XPath Parser 7
Same name and namespace in other branches
- 6 tests/feeds_xpathparser_query_parser.test \FeedsXPathParserQueryParserTestCase::getInfo()
Describe this test.
File
- tests/
feeds_xpathparser_query_parser.test, line 11 - Test cases for the xpath query parser.
Class
- FeedsXPathParserQueryParserTestCase
- @file Test cases for the xpath query parser.
Code
public static function getInfo() {
return array(
'name' => t('Query Parser'),
'description' => t('Unit tests for the query parser inside Feeds XPath Parser.'),
'group' => t('Feeds XPath Parser'),
);
}