From ad747ab62b006c0f54e62901f89330c1617f1d47 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 15 Feb 2024 18:11:25 +0100 Subject: feat(settings): Migrate OCM / OCS provider tests to SetupCheck Co-authored-by: Ferdinand Thiessen Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen --- apps/settings/lib/AppInfo/Application.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings/lib/AppInfo/Application.php') diff --git a/apps/settings/lib/AppInfo/Application.php b/apps/settings/lib/AppInfo/Application.php index e295c64e249..cfe8a306365 100644 --- a/apps/settings/lib/AppInfo/Application.php +++ b/apps/settings/lib/AppInfo/Application.php @@ -69,6 +69,7 @@ use OCA\Settings\SetupChecks\LegacySSEKeyFormat; use OCA\Settings\SetupChecks\MaintenanceWindowStart; use OCA\Settings\SetupChecks\MemcacheConfigured; use OCA\Settings\SetupChecks\MysqlUnicodeSupport; +use OCA\Settings\SetupChecks\OcxProviders; use OCA\Settings\SetupChecks\OverwriteCliUrl; use OCA\Settings\SetupChecks\PhpDefaultCharset; use OCA\Settings\SetupChecks\PhpDisabledFunctions; @@ -193,6 +194,7 @@ class Application extends App implements IBootstrap { $context->registerSetupCheck(MaintenanceWindowStart::class); $context->registerSetupCheck(MemcacheConfigured::class); $context->registerSetupCheck(MysqlUnicodeSupport::class); + $context->registerSetupCheck(OcxProviders::class); $context->registerSetupCheck(OverwriteCliUrl::class); $context->registerSetupCheck(PhpDefaultCharset::class); $context->registerSetupCheck(PhpDisabledFunctions::class); -- cgit v1.2.3