Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 308 Bytes

File metadata and controls

5 lines (3 loc) · 308 Bytes

Automatically rerun PHPUnit tests when source code changes

Modification of code on https://github.com/spatie/phpunit-watcher for personal use.

Change was made so that after any number (1+) of failed test notifications, only one sucessfull test notification is sent, until the code fails the tests again.