dev-master
9999999-dev https://github.com/aperezg/php-skeleton-kataPHP Skeleton Kata
MIT
The Development Requires
by Adriån Pérez
tdd php kata
PHP Skeleton Kata
If you want to start a new kata, for example 'Supermarket Kata', (*1)
Then use a 'create-project' command of composer for clonate this template, (*2)
php composer.phar create-project aperezg/php-skeleton-kata your/app-directory/supermarket-kata dev-master
Add your classes into 'src/Kata' and your test cases on 'src/Kata/Tests' and run your tests:, (*3)
php bin/phpunit
Enjoy the Kata!, (*4)
PHP Skeleton Kata
MIT
tdd php kata