facile-it / paraunit

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

Missing Symfony dependency #96

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

A bug report made me know that I was missing a dependecy: the symfony/yaml component.

To my dismay, it was true, and the CI didn't catch that becase there were others dev dependencies that required that (and the stopwatch component too!).

With this PR, I added a self-consistency check to avoid further issues like this one, an required the missing packages.