- Timestamp:
- 09/08/2023 10:01:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r55457 r56548 633 633 $data = $response->get_data(); 634 634 $this->assertCount( 0, $data ); 635 636 635 } 637 636 … … 2702 2701 $this->assertArrayHasKey( 'username', $properties ); 2703 2702 $this->assertArrayHasKey( 'roles', $properties ); 2704 2705 2703 } 2706 2704
Note: See TracChangeset
for help on using the changeset viewer.