Skip to content

Commit

Permalink
Fix PHP unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Apr 30, 2024
1 parent 4d879b4 commit a4b2dd9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public function test_migrate_old_options() {
'enabled' => true,
'template' => 'example_template',
),
'useAdminUiV1' => false,
);

$this->settings = new SocialSettings();
Expand All @@ -139,6 +140,7 @@ public function test_migrate_old_options_with_missing() {
'enabled' => false,
'template' => Templates::DEFAULT_TEMPLATE,
),
'useAdminUiV1' => false,
);

$this->settings = new SocialSettings();
Expand Down

0 comments on commit a4b2dd9

Please sign in to comment.