refactor: logger

This commit is contained in:
Nuno Maduro
2024-06-25 21:09:10 +01:00
parent 04c39bae2e
commit eac6585a2e
6 changed files with 6 additions and 35 deletions

View File

@ -308,7 +308,6 @@ final class JunitXmlLogger
new TestFinishedSubscriber($this),
new TestErroredSubscriber($this),
new TestFailedSubscriber($this),
new TestMarkedIncompleteSubscriber($this),
new TestSkippedSubscriber($this),
new TestRunnerExecutionFinishedSubscriber($this),
);