- Timestamp:
- 09/29/2023 03:22:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestMenuItemsController.php
r56549 r56746 744 744 $data = $response->get_data(); 745 745 $properties = $data['schema']['properties']; 746 $this->assert Same( 18, count( $properties ));746 $this->assertCount( 18, $properties ); 747 747 $this->assertArrayHasKey( 'type_label', $properties ); 748 748 $this->assertArrayHasKey( 'attr_title', $properties );
Note: See TracChangeset
for help on using the changeset viewer.