Changeset 26091
- Timestamp:
- 11/11/2013 06:57:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r25280 r26091 22 22 parent::setUp(); 23 23 24 update_option( 'page_comments', true ); 24 25 update_option( 'comments_per_page', 5 ); 25 26 update_option( 'posts_per_page', 5 ); … … 221 222 222 223 // Comments 223 array( '/2008/03/03/comment-test/?cpage=2', '/2008/03/03/comment-test/comment-page-2/' , 20388),224 array( '/2008/03/03/comment-test/?cpage=2', '/2008/03/03/comment-test/comment-page-2/' ), 224 225 array( '/2008/03/03/comment-test/comment-page-20/', '/2008/03/03/comment-test/comment-page-3/', 20388 ), // there's only 3 pages 225 226 array( '/2008/03/03/comment-test/?cpage=30', '/2008/03/03/comment-test/comment-page-3/', 20388 ), // there's only 3 pages
Note: See TracChangeset
for help on using the changeset viewer.