Skip to content

Commit 0d5d642

Browse files
Fix failing appearance tools test
1 parent e7d5284 commit 0d5d642

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
@@ -334,6 +334,7 @@ public function test_get_settings_appearance_true_opts_in() {
334334
'aspectRatio' => true,
335335
'height' => true,
336336
'minHeight' => true,
337+
'minWidth' => true,
337338
'width' => true,
338339
),
339340
'position' => array(
@@ -377,6 +378,7 @@ public function test_get_settings_appearance_true_opts_in() {
377378
'aspectRatio' => true,
378379
'height' => true,
379380
'minHeight' => true,
381+
'minWidth' => true,
380382
'width' => true,
381383
),
382384
'position' => array(

0 commit comments

Comments
 (0)