diff --git a/tests/phpunit/tests/theme/wpThemeJson.php b/tests/phpunit/tests/theme/wpThemeJson.php index 8b54960ccfba8..67e110af21b76 100644 --- a/tests/phpunit/tests/theme/wpThemeJson.php +++ b/tests/phpunit/tests/theme/wpThemeJson.php @@ -269,7 +269,10 @@ public function test_get_settings_appearance_true_opts_in() { 'color' => true, ), 'color' => array( - 'link' => true, + 'link' => true, + 'heading' => true, + 'button' => true, + 'caption' => true, ), 'dimensions' => array( 'minHeight' => true, @@ -299,7 +302,10 @@ public function test_get_settings_appearance_true_opts_in() { 'color' => true, ), 'color' => array( - 'link' => true, + 'link' => true, + 'heading' => true, + 'button' => true, + 'caption' => true, ), 'dimensions' => array( 'minHeight' => true,