aperezg/php-skeleton-kata

dev-master 2016-10-27 23:37 UTC

This package is not auto-updated.

Last update: 2024-10-12 20:17:23 UTC


README

Starting a new Kata

If you want to start a new kata, for example 'Supermarket Kata'

Then use a 'create-project' command of composer for clonate this template

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:

php bin/phpunit

Enjoy the Kata!