You are here

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

File

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

Class

FeedsExXmlUnitTests
Unit tests for FeedsExXml.

Code

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