- Timestamp:
- 06/10/2021 07:18:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r51026 r51137 1156 1156 $data = $response->get_data(); 1157 1157 1158 $this->assert EqualSets( $post_ids, array_column( $data, 'id' ) );1158 $this->assertSameSets( $post_ids, array_column( $data, 'id' ) ); 1159 1159 } 1160 1160
Note: See TracChangeset
for help on using the changeset viewer.