public function CommonSyndicationParserTestCase::test in Feeds 7
Same name and namespace in other branches
- 6 tests/common_syndication_parser.test \CommonSyndicationParserTestCase::test()
- 7.2 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 32
Class
- CommonSyndicationParserTestCase
- Test cases for common syndication parser library.
Code
public function test() {
$this
->_testRSS10();
$this
->_testRSS2();
$this
->_testAtomGeoRSS();
}