dev-master
9999999-dev https://github.com/monxu-rp/php-kataStarting PHP Kata
MIT
The Development Requires
by Ramon Puiggené
tdd php kata
Wallogit.com
2017 © Pedro PelĂĄez
Starting PHP Kata
If you want to start a new kata:, (*1)
Then use a 'create-project' command of composer for clonate this template, (*2)
php composer.phar create-project monxu-rp/php-kata your/app-directory/say-hello-kata dev-master
Add your classes into 'src/Kata' and your test cases on 'tests' and run your tests:, (*3)
php bin/phpunit
Run test with coverage:, (*4)
bin/phpunit --coverage-html testsCoverage
Enjoy the Kata!, (*5)
Starting PHP Kata
MIT
tdd php kata