aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-10-26 15:51:51 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-01-15 11:50:38 +0100
commitf06b8da24932ad1f7d844ae8be55bb4e61873ad1 (patch)
tree64a7153d28207c8cfa62ccf328f87f1c88bdb1d9 /apps/settings/tests
parent32bf74af160482f3f182ce5641f55c80d81c8f19 (diff)
downloadnextcloud-server-f06b8da24932ad1f7d844ae8be55bb4e61873ad1.tar.gz
nextcloud-server-f06b8da24932ad1f7d844ae8be55bb4e61873ad1.zip
Migrate code integrity to SetupCheck API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/settings/tests')
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index c02bf66cf87..92942abf978 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -254,8 +254,6 @@ class CheckSetupControllerTest extends TestCase {
'isUsedTlsLibOutdated' => '',
'reverseProxyDocs' => 'reverse-proxy-doc-link',
'isCorrectMemcachedPHPModuleInstalled' => true,
- 'hasPassedCodeIntegrityCheck' => true,
- 'codeIntegrityCheckerDocumentation' => 'http://docs.example.org/server/go.php?to=admin-code-integrity',
'isSettimelimitAvailable' => true,
'areWebauthnExtensionsEnabled' => false,
'isMysqlUsedWithoutUTF8MB4' => false,