summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-03-16 12:30:21 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-16 12:46:02 +0100
commitbb2ec51bbb9170c1416cef8fdd072a7d6a58df6d (patch)
tree0ebfc0ae4c72f8e52338bd5a4826f9308c23e896 /tests
parent57c1be8633103f2e2ca74bad186c332713f4ef83 (diff)
downloadnextcloud-server-bb2ec51bbb9170c1416cef8fdd072a7d6a58df6d.tar.gz
nextcloud-server-bb2ec51bbb9170c1416cef8fdd072a7d6a58df6d.zip
Fix unit tests of master
Follow up to #3802 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 e600f7e5e9c..d9ba7d43672 100644
--- a/tests/Settings/Controller/CheckSetupControllerTest.php
+++ b/tests/Settings/Controller/CheckSetupControllerTest.php
@@ -339,6 +339,7 @@ class CheckSetupControllerTest extends TestCase {
'codeIntegrityCheckerDocumentation' => 'http://doc.owncloud.org/server/go.php?to=admin-code-integrity',
'isOpcacheProperlySetup' => false,
'phpOpcacheDocumentation' => 'http://doc.owncloud.org/server/go.php?to=admin-php-opcache',
+ 'isSettimelimitAvailable' => true,
]
);
$this->assertEquals($expected, $this->checkSetupController->check());