Skip to content

Commit e274e28

Browse files
committed
Add missing test case
1 parent 9ed62e3 commit e274e28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/phpunit/tests/template.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,13 @@ public function data_wp_load_classic_theme_block_styles_on_demand(): array {
14271427
'expected_on_demand' => false,
14281428
'expected_buffer_started' => false,
14291429
),
1430+
'classic_theme_without_any_opt_out' => array(
1431+
'theme' => 'default',
1432+
'set_up' => static function () {},
1433+
'expected_load_separate' => true,
1434+
'expected_on_demand' => true,
1435+
'expected_buffer_started' => true,
1436+
),
14301437
);
14311438
}
14321439

0 commit comments

Comments
 (0)