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 e5e1aa9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 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 @@ -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,
Expand Down

0 comments on commit e5e1aa9

Please sign in to comment.