diff options
Diffstat (limited to 'tests')
-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); |