diff options
author | Robin Appelman <robin@icewind.nl> | 2018-12-07 01:27:49 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2018-12-07 01:27:49 +0100 |
commit | 20519434879dd0ee9278d0871d92e9c11295adfd (patch) | |
tree | bbf6bfa0e2adc544edadc604075325be822bd9e4 /tests/lib/Template | |
parent | 43cb51d374421cca2bef3008b3adad9d9668a726 (diff) | |
download | nextcloud-server-20519434879dd0ee9278d0871d92e9c11295adfd.tar.gz nextcloud-server-20519434879dd0ee9278d0871d92e9c11295adfd.zip |
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.php | 2 |
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); |