- Timestamp:
- 02/06/2025 05:02:17 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r59630 r59766 1575 1575 $this->assertNotContains( $id3, $ids ); 1576 1576 1577 $this->assertPostsWhere( " AND {posts}.ID NOT IN ($id 3,$id2) AND {posts}.post_type = 'post' AND (({posts}.post_status = 'publish'))" );1577 $this->assertPostsWhere( " AND {posts}.ID NOT IN ($id2,$id3) AND {posts}.post_type = 'post' AND (({posts}.post_status = 'publish'))" ); 1578 1578 } 1579 1579
Note: See TracChangeset
for help on using the changeset viewer.