- Timestamp:
- 04/30/2024 09:31:41 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r57603 r58065 260 260 $data = $response->get_data(); 261 261 $keys = array_keys( $data['endpoints'][0]['args'] ); 262 sort( $keys ); 263 $this->assertSame( array( 'context', 'id' ), $keys ); 262 $this->assertEqualSets( array( 'context', 'id' ), $keys ); 264 263 } 265 264
Note: See TracChangeset
for help on using the changeset viewer.