Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-06 10:24:03 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-06 10:24:03 +0300
commit822e8fbfe10c287218d66674d7f5749a4f1b7c2f (patch)
tree696d2eb45871967f018325d46503b9f956df3f9b /tests
parent26b92c406c20c13cfa37e7de0dbfa06de50a4eb9 (diff)
parentb51996540889b29b3b1d2bc118f652c7b942404b (diff)
Merge pull request #19535 from owncloud/check-memcache-module
[admin] check for correct PHP memcached module
Diffstat (limited to 'tests')
-rw-r--r--tests/settings/controller/CheckSetupControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/settings/controller/CheckSetupControllerTest.php b/tests/settings/controller/CheckSetupControllerTest.php
index 2a8a6548ebb..c453822464f 100644
--- a/tests/settings/controller/CheckSetupControllerTest.php
+++ b/tests/settings/controller/CheckSetupControllerTest.php
@@ -346,6 +346,7 @@ class CheckSetupControllerTest extends TestCase {
],
'forwardedForHeadersWorking' => true,
'reverseProxyDocs' => 'reverse-proxy-doc-link',
+ 'isCorrectMemcachedPHPModuleInstalled' => true,
]
);
$this->assertEquals($expected, $this->checkSetupController->check());