- Timestamp:
- 06/04/2024 10:21:11 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-pages-controller.php
r56547 r58326 749 749 $data = $response->get_data(); 750 750 $properties = $data['schema']['properties']; 751 $this->assertCount( 2 4, $properties );751 $this->assertCount( 25, $properties ); 752 752 $this->assertArrayHasKey( 'author', $properties ); 753 753 $this->assertArrayHasKey( 'comment_status', $properties ); … … 774 774 $this->assertArrayHasKey( 'title', $properties ); 775 775 $this->assertArrayHasKey( 'type', $properties ); 776 $this->assertArrayHasKey( 'class_list', $properties ); 776 777 } 777 778
Note: See TracChangeset
for help on using the changeset viewer.