Changeset 31114 for trunk/tests/phpunit/tests/query/postStatus.php
- Timestamp:
- 01/09/2015 04:39:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/postStatus.php
r31047 r31114 196 196 'posts_per_page' => -1, 197 197 ) ); 198 global $wpdb; 199 //print_r( $wpdb->get_results( "SELECT * FROM $wpdb->posts" ) ); 198 200 199 $this->assertContains( self::$author_privatefoo_post, wp_list_pluck( $q->posts, 'ID' ) ); 201 200 $this->assertContains( self::$editor_privatefoo_post, wp_list_pluck( $q->posts, 'ID' ) );
Note: See TracChangeset
for help on using the changeset viewer.