Gilded Rose Kata in PHP 7 fork from Emily Bache repository https://github.com/emilybache/GildedRose-Refactoring-Kata
Unit tests with PHPUnit
Here a few commands that can help you :
- Launch unit tests
make unit-tests
- Launch unit tests with coverage
make unit-tests-coverage
- Launch code sniffer
make code-sniffer
Do whatever you want with this !