facile-it / paraunit

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

Add Phpstan #105

Closed Jean85 closed 6 years ago

Jean85 commented 7 years ago

This solves #103. I will also probably introduce stages in the Travis CI, so PHPStan and other stuff will run in a separate step from the tests.

Jean85 commented 6 years ago

Obviously adding PHPStan led to fixing a few small issues and inconsistencies; I've also took the opportunity to migrate the CI build to stages, cleaning it up.