Changeset 54331
- Timestamp:
- 09/27/2022 04:08:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r54155 r54331 366 366 367 367 $this->assertSame( 'unit-tests-test-block-style', $result ); 368 $this->assert Same( 'replace',wp_styles()->get_data( 'unit-tests-test-block-style', 'rtl' ) );368 $this->assertFalse( wp_styles()->get_data( 'unit-tests-test-block-style', 'rtl' ) ); 369 369 370 370 // @ticket 50328 … … 390 390 $expected_style_handle = 'block-theme-example-block-editor-style'; 391 391 $this->assertSame( $expected_style_handle, $result ); 392 $this->assert Same( 'replace',wp_styles()->get_data( $expected_style_handle, 'rtl' ) );392 $this->assertFalse( wp_styles()->get_data( $expected_style_handle, 'rtl' ) ); 393 393 } 394 394
Note: See TracChangeset
for help on using the changeset viewer.