aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Repair/ClearFrontendCachesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Repair/ClearFrontendCachesTest.php')
-rw-r--r--tests/lib/Repair/ClearFrontendCachesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Repair/ClearFrontendCachesTest.php b/tests/lib/Repair/ClearFrontendCachesTest.php
index 640e272f3b7..e48db295d45 100644
--- a/tests/lib/Repair/ClearFrontendCachesTest.php
+++ b/tests/lib/Repair/ClearFrontendCachesTest.php
@@ -36,7 +36,7 @@ class ClearFrontendCachesTest extends \Test\TestCase {
}
- public function testRun() {
+ public function testRun(): void {
$imagePathCache = $this->createMock(ICache::class);
$imagePathCache->expects($this->once())
->method('clear')