Changeset 35331 for trunk/tests/phpunit/tests/comment/commentsTemplate.php
- Timestamp:
- 10/21/2015 04:25:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/commentsTemplate.php
r35242 r35331 167 167 update_option( 'comment_order', 'asc' ); 168 168 update_option( 'default_comments_page', 'newest' ); 169 update_option( 'page_comments', '1' ); 169 170 170 171 $link = add_query_arg( array( … … 222 223 update_option( 'comment_order', 'desc' ); 223 224 update_option( 'default_comments_page', 'newest' ); 225 update_option( 'page_comments', '1' ); 224 226 225 227 $link = add_query_arg( array( … … 267 269 update_option( 'comment_order', 'asc' ); 268 270 update_option( 'default_comments_page', 'oldest' ); 271 update_option( 'page_comments', '1' ); 269 272 270 273 $link = add_query_arg( array( … … 312 315 update_option( 'comment_order', 'desc' ); 313 316 update_option( 'default_comments_page', 'oldest' ); 317 update_option( 'page_comments', '1' ); 314 318 315 319 $link = add_query_arg( array( … … 354 358 update_option( 'default_comments_page', 'newest' ); 355 359 update_option( 'comment_order', 'desc' ); 360 update_option( 'page_comments', '1' ); 356 361 357 362 $link = add_query_arg( array( … … 396 401 update_option( 'default_comments_page', 'newest' ); 397 402 update_option( 'comment_order', 'desc' ); 403 update_option( 'page_comments', '1' ); 398 404 399 405 $link = add_query_arg( array( … … 441 447 update_option( 'comment_order', 'desc' ); 442 448 update_option( 'default_comments_page', 'oldest' ); 449 update_option( 'page_comments', '1' ); 443 450 444 451 $link_p1 = add_query_arg( array( … … 515 522 update_option( 'comment_order', 'desc' ); 516 523 update_option( 'default_comments_page', 'newest' ); 524 update_option( 'page_comments', '1' ); 517 525 518 526 $link_p0 = add_query_arg( array(
Note: See TracChangeset
for help on using the changeset viewer.