- Timestamp:
- 10/07/2022 01:02:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-block-renderer-controller.php
r54058 r54402 422 422 423 423 $this->assertSame( $expected_attributes, json_decode( $data['rendered'], true ) ); 424 $this->assertEqual s(424 $this->assertEqualSetsWithIndex( 425 425 json_decode( $block_type->render( $attributes ), true ), 426 426 json_decode( $data['rendered'], true )
Note: See TracChangeset
for help on using the changeset viewer.