Skip to content

Automatically run PHPUnit tests on save of any php file

License

Notifications You must be signed in to change notification settings

jameshd/phpunit-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpunit-kata

Automatically run PHPUnit tests on save of any php file

A little repo to aid unit testing and TDD practice. Uses grunt to watch the files and runs the PHPUnit tests on save.

Set up (assumes you have npm and composer installed)

Find a fun TDD Kata to attempt.

  1. Clone this repo
  2. npm install
  3. composer install
  4. grunt watch
  5. Start your TDD engines.

About

Automatically run PHPUnit tests on save of any php file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published