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 5d1ba9f commit a7660a9Copy full SHA for a7660a9
tests/phpunit/tests/template.php
@@ -1744,6 +1744,7 @@ static function () {
1744
1745
// Simulate wp_head.
1746
$head_output = get_echo( 'wp_head' );
1747
+ $this->assertContains( 'wp-block-library', wp_styles()->done, 'Expected wp-block-library to have been added to wp_styles()->done.' );
1748
1749
$this->assertStringContainsString( 'early', $head_output, 'Expected the early-enqueued stylesheet to be present.' );
1750
0 commit comments