From 1538e1ad4746a7b6606f185db86aad5bbd9e9d38 Mon Sep 17 00:00:00 2001 From: Andrew Serong <14988353+andrewserong@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:12:30 +1000 Subject: [PATCH] Update appearanceTools test --- tests/phpunit/tests/theme/wpThemeJson.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/phpunit/tests/theme/wpThemeJson.php b/tests/phpunit/tests/theme/wpThemeJson.php index cc531ef815895..592fd90cfda35 100644 --- a/tests/phpunit/tests/theme/wpThemeJson.php +++ b/tests/phpunit/tests/theme/wpThemeJson.php @@ -262,6 +262,9 @@ public function test_get_settings_appearance_true_opts_in() { $actual = $theme_json->get_settings(); $expected = array( + 'background' => array( + 'backgroundImage' => true, + ), 'border' => array( 'width' => true, 'style' => true, @@ -295,6 +298,9 @@ public function test_get_settings_appearance_true_opts_in() { ), ), 'core/group' => array( + 'background' => array( + 'backgroundImage' => true, + ), 'border' => array( 'width' => true, 'style' => true,