Changeset 51268 for trunk/tests/phpunit/tests/blocks/register.php
- Timestamp:
- 06/30/2021 02:13:30 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/blocks/register.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r51259 r51268 134 134 ); 135 135 $this->assertSame( 136 'unit-tests-my-block-view-script',137 generate_block_asset_handle( $block_name, 'viewScript' )138 );139 $this->assertSame(140 136 'unit-tests-my-block-editor-style', 141 137 generate_block_asset_handle( $block_name, 'editorStyle' ) … … 160 156 'wp-block-paragraph', 161 157 generate_block_asset_handle( $block_name, 'script' ) 162 );163 $this->assertSame(164 'wp-block-paragraph-view',165 generate_block_asset_handle( $block_name, 'viewScript' )166 158 ); 167 159 $this->assertSame( … … 381 373 $this->assertSame( 'tests-notice-editor-script', $result->editor_script ); 382 374 $this->assertSame( 'tests-notice-script', $result->script ); 383 $this->assertSame( 'tests-notice-view-script', $result->view_script );384 375 $this->assertSame( 'tests-notice-editor-style', $result->editor_style ); 385 376 $this->assertSame( 'tests-notice-style', $result->style );
Note: See TracChangeset
for help on using the changeset viewer.