- Timestamp:
- 09/29/2023 03:22:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestMenuLocationsController.php
r55457 r56746 182 182 $data = $response->get_data(); 183 183 $properties = $data['schema']['properties']; 184 $this->assert Same( 3, count( $properties ));184 $this->assertCount( 3, $properties ); 185 185 $this->assertArrayHasKey( 'name', $properties ); 186 186 $this->assertArrayHasKey( 'description', $properties );
Note: See TracChangeset
for help on using the changeset viewer.