- Timestamp:
- 10/20/2020 07:52:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-block-type-controller.php
r48939 r49224 313 313 $data = $response->get_data(); 314 314 $properties = $data['schema']['properties']; 315 $this->assertCount( 19, $properties ); 315 $this->assertCount( 20, $properties ); 316 $this->assertArrayHasKey( 'api_version', $properties ); 316 317 $this->assertArrayHasKey( 'title', $properties ); 317 318 $this->assertArrayHasKey( 'icon', $properties ); … … 432 433 433 434 $extra_fields = array( 435 'api_version', 434 436 'name', 435 437 'category',
Note: See TracChangeset
for help on using the changeset viewer.