summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-12-07 10:09:31 +0100
committerGitHub <noreply@github.com>2018-12-07 10:09:31 +0100
commit2bbfeea659b8219bd48b8db49d41641b2129a6dd (patch)
treea72e6e5179a5febbe80d1f6c7df86de54172080c /tests
parent6f00798c11e93567720a2de281542ce4ca42d7b3 (diff)
parent20519434879dd0ee9278d0871d92e9c11295adfd (diff)
downloadnextcloud-server-2bbfeea659b8219bd48b8db49d41641b2129a6dd.tar.gz
nextcloud-server-2bbfeea659b8219bd48b8db49d41641b2129a6dd.zip
Merge pull request #12891 from nextcloud/theming-caching
more caching for theming
Diffstat (limited to 'tests')
-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);