Skip to content

Commit c2a1ffe

Browse files
Tests: Correct unit tests for textColumn block support in appearance tools opt-ins.
Follow-up to [61570]. See #64530. git-svn-id: https://develop.svn.wordpress.org/trunk@61573 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 50997b2 commit c2a1ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/phpunit/tests/theme/wpThemeJson.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ public function test_get_settings_appearance_true_opts_in() {
297297
'blocks' => array(
298298
'core/paragraph' => array(
299299
'typography' => array(
300-
'lineHeight' => false,
301-
'textColumns' => true,
300+
'lineHeight' => false,
302301
),
303302
),
304303
'core/group' => array(
@@ -331,7 +330,8 @@ public function test_get_settings_appearance_true_opts_in() {
331330
'padding' => true,
332331
),
333332
'typography' => array(
334-
'lineHeight' => false,
333+
'lineHeight' => false,
334+
'textColumns' => true,
335335
),
336336
),
337337
),

0 commit comments

Comments
 (0)