You are here

public static function CommonSyndicationParserTestCase::getInfo in Feeds 7.2

Same name and namespace in other branches
  1. 6 tests/common_syndication_parser.test \CommonSyndicationParserTestCase::getInfo()
  2. 7 tests/common_syndication_parser.test \CommonSyndicationParserTestCase::getInfo()

File

tests/common_syndication_parser.test, line 19
Tests for the common syndication parser.

Class

CommonSyndicationParserTestCase
Test cases for common syndication parser library.

Code

public static function getInfo() {
  return array(
    'name' => 'Common Syndication Parser',
    'description' => 'Unit tests for Common Syndication Parser.',
    'group' => 'Feeds',
  );
}