summaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2022-02-18 16:36:43 +0100
committerMichaIng <micha@dietpi.com>2022-03-06 16:10:22 +0100
commit652a8d3d27e192d533e68999b00c17669e00e310 (patch)
treeb35adb30a906a49324e88a73e6a07e30bc7fcd58 /apps/settings/tests
parentd07e7fb9b43b4321a55cdf0b58765df894434ac8 (diff)
downloadnextcloud-server-652a8d3d27e192d533e68999b00c17669e00e310.tar.gz
nextcloud-server-652a8d3d27e192d533e68999b00c17669e00e310.zip
Add Nextcloud docs link to OPcache recommends
A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
Diffstat (limited to 'apps/settings/tests')
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index 20cf2b01069..4349994570b 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -582,9 +582,6 @@ class CheckSetupControllerTest extends TestCase {
if ($key === 'admin-code-integrity') {
return 'http://docs.example.org/server/go.php?to=admin-code-integrity';
}
- if ($key === 'admin-php-opcache') {
- return 'http://docs.example.org/server/go.php?to=admin-php-opcache';
- }
if ($key === 'admin-db-conversion') {
return 'http://docs.example.org/server/go.php?to=admin-db-conversion';
}