Changeset 53268 for trunk/tests/phpunit/tests/blocks/wpBlock.php
- Timestamp:
- 04/26/2022 09:48:20 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/wpBlock.php
r53152 r53268 83 83 84 84 $this->assertInstanceOf( WP_Block_Type::class, $block->block_type ); 85 $this->assertSame( 86 $block_type_settings['attributes'], 85 $this->assertSameSetsWithIndex( 86 array( 87 'defaulted' => array( 88 'type' => 'number', 89 'default' => 10, 90 ), 91 'lock' => array( 'type' => 'object' ), 92 ), 87 93 $block->block_type->attributes 88 94 );
Note: See TracChangeset
for help on using the changeset viewer.