We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d7573 commit 2524386Copy full SHA for 2524386
tests/phpunit/tests/template.php
@@ -1674,6 +1674,9 @@ static function () {
1674
1675
// Ensure that separate core block assets get registered.
1676
register_core_block_style_handles();
1677
+ if ( wp_should_load_separate_core_block_assets() ) {
1678
+ $this->assertTrue( wp_style_is( 'wp-block-separator', 'registered' ), 'Expected the wp-block-separator style to be registered.' );
1679
+ }
1680
1681
$this->assertFalse( wp_is_block_theme(), 'Test is not relevant to block themes (only classic themes).' );
1682
0 commit comments