You are here

public function CommonSyndicationParserTestCase::test in Feeds 7.2

Same name and namespace in other branches
  1. 6 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 38
Tests for the common syndication parser.

Class

CommonSyndicationParserTestCase
Test cases for common syndication parser library.

Code

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