- Timestamp:
- 09/08/2023 10:01:14 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-block-type-controller.php
r55673 r56548 139 139 $data = $response->get_data(); 140 140 $this->assertSameSets( array( $block_styles ), $data['styles'] ); 141 142 141 } 143 142 … … 180 179 ); 181 180 $this->assertSameSets( $expected, $data['styles'] ); 182 183 181 } 184 182 … … 264 262 $this->assertNull( $data['editor_style'] ); 265 263 $this->assertNull( $data['style'] ); 266 267 264 } 268 265 … … 580 577 $this->assertArrayHasKey( 'editor_style', $properties ); 581 578 $this->assertArrayHasKey( 'style', $properties ); 582 583 579 } 584 580
Note: See TracChangeset
for help on using the changeset viewer.