mikeerickson / phpunit-pretty-result-printer

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

Merge all settings files when loading config #82

Closed mikeerickson closed 6 years ago

mikeerickson commented 6 years ago

Currently, the method for loading configuration data is only pulled from the final found file.

This has led to an issue whereby if users has a phpunit-printer.yml file somewhere in the checked paths, it will override default settings which are located in the <project>/phpunit-printer.yml file which all sensible defaults are found.

mikeerickson commented 6 years ago

https://github.com/hassankhan/config