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:
authorRobin Appelman <robin@icewind.nl>2018-12-07 03:27:49 +0300
committerRobin Appelman <robin@icewind.nl>2018-12-07 03:27:49 +0300
commit20519434879dd0ee9278d0871d92e9c11295adfd (patch)
treebbf6bfa0e2adc544edadc604075325be822bd9e4 /tests/lib/Template
parent43cb51d374421cca2bef3008b3adad9d9668a726 (diff)
more caching for theming
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib/Template')
-rw-r--r--tests/lib/Template/IconsCacherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Template/IconsCacherTest.php b/tests/lib/Template/IconsCacherTest.php
index cc6224f3228..37624356443 100644
--- a/tests/lib/Template/IconsCacherTest.php
+++ b/tests/lib/Template/IconsCacherTest.php
@@ -144,7 +144,7 @@ class IconsCacherTest extends \Test\TestCase {
";
$iconsFile = $this->createMock(ISimpleFile::class);
- $this->folder->expects($this->exactly(6))
+ $this->folder->expects($this->exactly(4))
->method('getFile')
->willReturn($iconsFile);