- Timestamp:
- 04/30/2024 09:31:41 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestMenuItemsController.php
r56746 r58065 157 157 $data = $response->get_data(); 158 158 $keys = array_keys( $data['endpoints'][0]['args'] ); 159 sort( $keys ); 160 $this->assertSame( array( 'context', 'id' ), $keys ); 159 $this->assertEqualSets( array( 'context', 'id' ), $keys ); 161 160 } 162 161
Note: See TracChangeset
for help on using the changeset viewer.