You are here

public function CommonSyndicationParserTest::test in Feeds 8.2

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

File

lib/Drupal/feeds/Tests/CommonSyndicationParserTest.php, line 33
Tests for the common syndication parser.

Class

CommonSyndicationParserTest
Test cases for common syndication parser library.

Namespace

Drupal\feeds\Tests

Code

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