Skip to content

monxu-rp/php-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Kata

Starting a new PHP Kata

If you want to start a new kata:

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

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:

php bin/phpunit

Run test with coverage:

bin/phpunit --coverage-html testsCoverage

Enjoy the Kata!

About

Starting php-kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages