- Timestamp:
- 05/26/2025 12:03:18 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r60197 r60251 877 877 878 878 $all_data = $response->get_data(); 879 880 $this->assertNotEmpty( $all_data ); 881 879 882 foreach ( $all_data as $post ) { 880 883 $this->assertNotEquals( $draft_id, $post['id'] );
Note: See TracChangeset
for help on using the changeset viewer.