aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TempManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/TempManagerTest.php')
-rw-r--r--tests/lib/TempManagerTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/TempManagerTest.php b/tests/lib/TempManagerTest.php
index 6262bd5a00a..a1b5e732b40 100644
--- a/tests/lib/TempManagerTest.php
+++ b/tests/lib/TempManagerTest.php
@@ -17,13 +17,12 @@ class NullLogger extends Log {
//disable original constructor
}
- public function log(int $level, string $message, array $context = array()) {
+ public function log(int $level, string $message, array $context = []) {
//noop
}
}
class TempManagerTest extends \Test\TestCase {
-
protected $baseDir = null;
protected function setUp(): void {