/phpunit-kata

Automatically run PHPUnit tests on save of any php file

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.