public static function XPathQueryParserTest::getInfo in Feeds XPath Parser 8
File
- lib/
Drupal/ feeds_xpathparser/ Tests/ XPathQueryParserTest.php, line 16 - Contains Drupal\feeds_xpathparser\Tests\XPathQueryParserTest.
Class
Namespace
Drupal\feeds_xpathparser\TestsCode
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'),
);
}