class Logger implements OutputHandler
Logs all test results including passed tests to a file or stdout.
No description
__construct(Runner $runner, string|null $file = null)
void begin()
void prepare(Test $test)
void finish(Test $test)
void end()