public static function XPathHTMLParserTest::getInfo in Feeds XPath Parser 8
File
- lib/
Drupal/ feeds_xpathparser/ Tests/ XPathHTMLParserTest.php, line 17 - Contains Drupal\feeds_xpathparser\Tests\XPathHTMLParserTest.
Class
- XPathHTMLParserTest
- Test single feeds.
Namespace
Drupal\feeds_xpathparser\TestsCode
public static function getInfo() {
return array(
'name' => 'HTML Parser',
'description' => 'Regression tests for Feeds XPath HTML parser.',
'group' => 'Feeds XPath Parser',
);
}