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 f4a9047 commit 06d7c73Copy full SHA for 06d7c73
src/Arachne/Codeception/Tracy/Logger.php
@@ -10,7 +10,7 @@
10
class Logger extends Extension
11
{
12
13
- static $events = [
+ public static $events = [
14
Events::TEST_FAIL => 'testFail',
15
Events::TEST_ERROR => 'testError',
16
];
0 commit comments