You are here

public function CommonSyndicationParserTestCase::test in Feeds 6

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

Dispatch tests, only use one entry point method testX to save time.

File

tests/common_syndication_parser.test, line 26

Class

CommonSyndicationParserTestCase
Test cases for common syndication parser library.

Code

public function test() {
  $this
    ->_testRSS10();
  $this
    ->_testRSS2();
  $this
    ->_testAtomGeoRSS();
}