We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d5284 commit 0d5d642Copy full SHA for 0d5d642
1 file changed
phpunit/class-wp-theme-json-test.php
@@ -334,6 +334,7 @@ public function test_get_settings_appearance_true_opts_in() {
334
'aspectRatio' => true,
335
'height' => true,
336
'minHeight' => true,
337
+ 'minWidth' => true,
338
'width' => true,
339
),
340
'position' => array(
@@ -377,6 +378,7 @@ public function test_get_settings_appearance_true_opts_in() {
377
378
379
380
381
382
383
384
0 commit comments