Skip to content

Commit d730fb8

Browse files
committed
Fix issue
1 parent 639bdd2 commit d730fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Util/TestLoggingUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TestLoggingUtil extends TestCase
3131
*/
3232
private function __construct()
3333
{
34-
parent::__construct(null, [], '');
34+
parent::__construct('', [], '');
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)