You are here

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

XPathQueryParserTest

Namespace

Drupal\feeds_xpathparser\Tests

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'),
  );
}