This is a composer based library.
composer require vendor/package --dev
Documents for this library.
Install spatie/phpunit-watcher
globally:
composer global require spatie/phpunit-watcher
Watch modification of source and test cases, then run:
phpunit-watcher watch
Just run test cases:
vendor/bin/phpunit
MIT