2017 © Pedro PelĂĄez
 

library php-skeleton-kata

PHP Skeleton Kata

image

aperezg/php-skeleton-kata

PHP Skeleton Kata

  • Friday, October 28, 2016
  • by aperezg
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Skeleton Kata

Starting a new 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)

The Versions

28/10 2016

dev-master

9999999-dev https://github.com/aperezg/php-skeleton-kata

PHP Skeleton Kata

  Sources   Download

MIT

The Development Requires

by Adriån Pérez

tdd php kata