Skip to content

Commit

Permalink
Update appearanceTools test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Sep 15, 2023
1 parent 3233714 commit 1538e1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/phpunit/tests/theme/wpThemeJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1538e1a

Please sign in to comment.