summaryrefslogtreecommitdiffstats
path: root/tests/lib/Template/IconsCacherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Template/IconsCacherTest.php')
-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 50b678da6d3..8e36426393f 100644
--- a/tests/lib/Template/IconsCacherTest.php
+++ b/tests/lib/Template/IconsCacherTest.php
@@ -50,7 +50,7 @@ class IconsCacherTest extends \Test\TestCase {
/** @var ITimeFactory|\PHPUnit_Framework_MockObject_MockObject */
private $timeFactory;
- protected function setUp() {
+ protected function setUp(): void {
$this->logger = $this->createMock(ILogger::class);
$this->appData = $this->createMock(AppData::class);
$this->timeFactory = $this->createMock(ITimeFactory::class);