Changeset 877 in tests for trunk/tests/test_includes_feed_rss2.php
- Timestamp:
- 07/03/2012 06:23:14 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/test_includes_feed_rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_feed_rss2.php
r836 r877 1 1 <?php 2 2 3 // test the RSS 2.0 feed by generating a feed, parsing it, and checking that the 4 // parsed contents match the contents of the posts stored in the database. Since 5 // we're using a real XML parser, this confirms that the feed is valid, well formed, 6 // and contains the right stuff. 7 3 /** 4 * test the RSS 2.0 feed by generating a feed, parsing it, and checking that the 5 * parsed contents match the contents of the posts stored in the database. Since 6 * we're using a real XML parser, this confirms that the feed is valid, well formed, 7 * and contains the right stuff. 8 * 9 * @group feed 10 */ 8 11 class TestFeedRss2 extends WP_UnitTestCase { 9 12
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)