paraunit icon indicating copy to clipboard operation
paraunit copied to clipboard

Refactor log parser, adapt to new events

Open Jean85 opened this issue 2 years ago • 0 comments

This is a continuation of #162, to handle the different events that gets logged from PHPUnit, see https://github.com/sebastianbergmann/phpunit/issues/4987

I'll leverage public readonly and backed enums to simplify the code behind the log parser.

Jean85 avatar Jun 17 '22 16:06 Jean85