summaryrefslogtreecommitdiffstats
path: root/tests/lib/IntegrityCheck
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-12-18 21:06:52 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2017-12-18 21:06:52 +0100
commit094d41937a5889e4c545ecf575aa1acbcf489a55 (patch)
tree4a71ab1400b253b6fc751215443994f8af65b2dd /tests/lib/IntegrityCheck
parentd2d73f1ce8733623a780db62427c61ff007b33cb (diff)
downloadnextcloud-server-094d41937a5889e4c545ecf575aa1acbcf489a55.tar.gz
nextcloud-server-094d41937a5889e4c545ecf575aa1acbcf489a55.zip
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/lib/IntegrityCheck')
-rw-r--r--tests/lib/IntegrityCheck/CheckerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/IntegrityCheck/CheckerTest.php b/tests/lib/IntegrityCheck/CheckerTest.php
index 049017cb5e8..09e6990a0f3 100644
--- a/tests/lib/IntegrityCheck/CheckerTest.php
+++ b/tests/lib/IntegrityCheck/CheckerTest.php
@@ -60,7 +60,7 @@ class CheckerTest extends TestCase {
$this->cacheFactory
->expects($this->any())
- ->method('create')
+ ->method('createDistributed')
->with('oc.integritycheck.checker')
->will($this->returnValue(new NullCache()));