mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Add StyleCI configuration and fixes #30

Closed dbudwin closed 6 years ago

dbudwin commented 6 years ago

Builds within this repository were failing because there couldn't pass the StyleCI check. This pull request adds a .styleci.yml file which can be used to further customize code style preferences. The options chosen were the ones most inline with the current style of the codebase. The recommended fixes from StyleCI using this .styleci.yml file were applied so builds should now pass.