Skip to content

Commit 37a509a

Browse files
Fix failing appearance tools test
1 parent 832b7ee commit 37a509a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

phpunit/class-wp-theme-json-test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ public function test_get_settings_appearance_true_opts_in() {
333333
'aspectRatio' => true,
334334
'height' => true,
335335
'minHeight' => true,
336+
'minWidth' => true,
336337
'width' => true,
337338
),
338339
'position' => array(
@@ -375,6 +376,7 @@ public function test_get_settings_appearance_true_opts_in() {
375376
'aspectRatio' => true,
376377
'height' => true,
377378
'minHeight' => true,
379+
'minWidth' => true,
378380
'width' => true,
379381
),
380382
'position' => array(

0 commit comments

Comments
 (0)