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
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-12-18 23:06:52 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-12-18 23:06:52 +0300
commit094d41937a5889e4c545ecf575aa1acbcf489a55 (patch)
tree4a71ab1400b253b6fc751215443994f8af65b2dd /apps/theming/tests
parentd2d73f1ce8733623a780db62427c61ff007b33cb (diff)
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r--apps/theming/tests/ThemingDefaultsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/ThemingDefaultsTest.php b/apps/theming/tests/ThemingDefaultsTest.php
index 52bf88e51dd..843c1d34f9e 100644
--- a/apps/theming/tests/ThemingDefaultsTest.php
+++ b/apps/theming/tests/ThemingDefaultsTest.php
@@ -78,7 +78,7 @@ class ThemingDefaultsTest extends TestCase {
$this->defaults = new \OC_Defaults();
$this->cacheFactory
->expects($this->any())
- ->method('create')
+ ->method('createDistributed')
->with('theming')
->willReturn($this->cache);
$this->template = new ThemingDefaults(