Run automatically phpunit by watching update of phpfiles
npm install phpunit-auto``console`
$ npm install -g ngyuki/node-phpunit-auto
`console`
$ phpunit-auto
path
Watching paths.
options
PHPUnit command line options.
1. execute phpunit -c tests/ --colors with watching src/ and tests/.
`console`
$ phpunit-auto src/ tests/ -c tests/ --colors
2. execute phpunit tests/ with watching src/ and tests/.
`console``
$ phpunit-auto src/ tests/ -- tests/