public static function FeedsExHtmlTests::getInfo in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 src/Tests/FeedsExHtml.test \FeedsExHtmlTests::getInfo()
File
- src/
Tests/ FeedsExHtml.test, line 267
Class
- FeedsExHtmlTests
- Integration tests for FeedsExHtml.
Code
public static function getInfo() {
return array(
'name' => 'HTML parser integration tests',
'description' => 'Integration tests for FeedsExHtml.',
'group' => 'Feeds EX',
);
}