klnjmm / gilded-rose-php-phpunit

Gilded Rose Kata in PHP 7 fork from Emily Bache repository (test framework : PHPUnit + Infection)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gilded Rose Kata

Gilded Rose Kata in PHP 7 fork from Emily Bache repository https://github.com/emilybache/GildedRose-Refactoring-Kata

Unit tests with PHPUnit

Developing on Unix or Mac OS X system

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

Licensing

Do whatever you want with this !

About

Gilded Rose Kata in PHP 7 fork from Emily Bache repository (test framework : PHPUnit + Infection)


Languages

Language:PHP 88.6%Language:Makefile 11.4%