diff options
Diffstat (limited to 'tests/lib/Template/IconsCacherTest.php')
-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 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); |