public static function FeedsXPathParserXMLTestCase::getInfo in Feeds XPath Parser 6
Same name and namespace in other branches
- 7 tests/feeds_xpathparser_parser_xml.test \FeedsXPathParserXMLTestCase::getInfo()
Describe this test.
File
- tests/
feeds_xpathparser_parser_xml.test, line 18
Class
- FeedsXPathParserXMLTestCase
- Test single feeds.
Code
public static function getInfo() {
return array(
'name' => 'XML Parser',
'description' => 'Regression tests for Feeds XPath XML parser.',
'group' => 'Feeds XPath Parser',
);
}