You are here

public static function FeedsExHtmlUnitTests::getInfo in Feeds extensible parsers 7.2

File

src/Tests/FeedsExHtml.test, line 20
Contains tests for FeedsExHtml.

Class

FeedsExHtmlUnitTests
Unit tests for FeedsExHtml.

Code

public static function getInfo() {
  return array(
    'name' => 'HTML parser unit tests',
    'description' => 'Unit tests for FeedsExHtml.',
    'group' => 'Feeds EX',
  );
}