facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
134 stars 14 forks source link

Refactor log parser, adapt to new events #172

Closed Jean85 closed 1 year ago

Jean85 commented 2 years ago

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 commented 1 year ago

I'll try to restart workng on this, since PHPUnit 10 seems to be slated for the end of February; https://github.com/sebastianbergmann/phpunit/milestone/35

This needs https://github.com/phpspec/prophecy-phpunit/pull/41 and https://github.com/phpspec/prophecy/pull/585