A simple script to watch a directories and run phpunit tests
npm install phpunit-watchrphpunit-watchr
==============
A NodeJS app to watch directories and run PHPUnit tests.
Installation
------------
The following command will install the application. Use -g to install as a global binary.
``sh`
[sudo] npm install [-g] phpunit-watchr
Running The Server
------------------
Running the app is easy. If you installed globally, then starting the app is as easy as:
`sh`
phpunit-watchr [path] [phpunit-configuration]
The path and phpunit-configuration will default to ./tests and --colors respectively.
Setting path:
`sh`
phpunit-watchr './php/tests'
Setting paths:
`sh`
phpunit-watchr ./php/tests,./tests
Setting PHPUnit configuration:
`sh``
phpunit-watchr './php/tests' '--strict --colors'
Future Features
---------------
* Notification integration
Licence
-------
This project is licensed under MIT
license.