You are here

public static function XPathXMLParserTest::getInfo in Feeds XPath Parser 8

File

lib/Drupal/feeds_xpathparser/Tests/XPathXMLParserTest.php, line 17
Contains Drupal\feeds_xpathparser\Tests\XPathXMLParserTest.

Class

XPathXMLParserTest
Test single feeds.

Namespace

Drupal\feeds_xpathparser\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'XML Parser',
    'description' => 'Regression tests for Feeds XPath XML parser.',
    'group' => 'Feeds XPath Parser',
  );
}