- Timestamp:
- 01/31/2024 09:09:22 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-block-type-controller.php
r57315 r57493 558 558 $data = $response->get_data(); 559 559 $properties = $data['schema']['properties']; 560 $this->assertCount( 3 0, $properties );560 $this->assertCount( 31, $properties ); 561 561 $this->assertArrayHasKey( 'api_version', $properties ); 562 562 $this->assertArrayHasKey( 'name', $properties ); … … 583 583 $this->assertArrayHasKey( 'editor_style_handles', $properties ); 584 584 $this->assertArrayHasKey( 'style_handles', $properties ); 585 $this->assertArrayHasKey( 'view_style_handles', $properties, 'schema must contain view_style_handles' ); 585 586 $this->assertArrayHasKey( 'is_dynamic', $properties ); 586 587 // Deprecated properties.
Note: See TracChangeset
for help on using the changeset viewer.