Changeset 28543 for trunk/tests/phpunit/tests/post/revisions.php
- Timestamp:
- 05/22/2014 06:50:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/revisions.php
r28541 r28543 354 354 remove_filter( 'query', array( $this, '_filter_query' ) ); 355 355 global $wpdb; 356 $this->assertContains( "ORDER BY $wpdb->posts.post_date ASC, $wpdb->posts.ID ASC", $sql );356 $this->assertContains( "ORDER BY $wpdb->posts.post_date DESC, $wpdb->posts.ID DESC", $sql ); 357 357 return $sql; 358 358 }
Note: See TracChangeset
for help on using the changeset viewer.