Classic gilded rose kata including unit tests
You can find the rules for this kata here:
http://iamnotmyself.com/2011/02/13/refactor-this-the-gilded-rose-kata/
- Copy or clone this project.
- Run:
composer install;
- Start the unit test
vendor/bin/phpunit
- Have fun :)