Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 20, 2023
1 parent 8227ff6 commit 54f38fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/phpunit/tests/theme/wpThemeJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -300,6 +303,9 @@ public function test_get_settings_appearance_true_opts_in() {
),
'color' => array(
'link' => true,
'heading' => true,
'button' => true,
'caption' => true,
),
'dimensions' => array(
'minHeight' => true,
Expand Down

0 comments on commit 54f38fb

Please sign in to comment.