diff --git a/projects/packages/publicize/tests/php/jetpack-social-settings/test-jetpack-social-settings.php b/projects/packages/publicize/tests/php/jetpack-social-settings/test-jetpack-social-settings.php index c3bbd5789382e..c189f836c8b0d 100644 --- a/projects/packages/publicize/tests/php/jetpack-social-settings/test-jetpack-social-settings.php +++ b/projects/packages/publicize/tests/php/jetpack-social-settings/test-jetpack-social-settings.php @@ -120,6 +120,7 @@ public function test_migrate_old_options() { 'enabled' => true, 'template' => 'example_template', ), + 'useAdminUiV1' => false, ); $this->settings = new SocialSettings(); @@ -139,6 +140,7 @@ public function test_migrate_old_options_with_missing() { 'enabled' => false, 'template' => Templates::DEFAULT_TEMPLATE, ), + 'useAdminUiV1' => false, ); $this->settings = new SocialSettings();