- Timestamp:
- 06/15/2022 02:42:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r52075 r53510 193 193 $data = $response->get_data(); 194 194 $keys = array_keys( $data['endpoints'][0]['args'] ); 195 $this->assert EqualSets(195 $this->assertSameSets( 196 196 array( 197 197 'context',
Note: See TracChangeset
for help on using the changeset viewer.