2017 © Pedro PelĂĄez
 

library php-kata

Starting PHP Kata

image

monxu-rp/php-kata

Starting PHP Kata

  • Saturday, June 24, 2017
  • by monxu-rp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Kata

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

The Versions

24/06 2017

dev-master

9999999-dev https://github.com/monxu-rp/php-kata

Starting PHP Kata

  Sources   Download

MIT

The Development Requires

by Ramon Puiggené

tdd php kata