We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f5f29 commit 639bdd2Copy full SHA for 639bdd2
dev/tests/unit/Util/TestLoggingUtil.php
@@ -31,7 +31,7 @@ class TestLoggingUtil extends TestCase
31
*/
32
private function __construct()
33
{
34
- parent::__construct('', [], '');
+ parent::__construct(null, [], '');
35
}
36
37
/**
0 commit comments