I really appreciate Python’s nose utility, which is a testing framework extension that watches your source code for changes and runs the unittests anytime something is modified.
I was wondering whether anything such as this existed for PHP / as a PHPUnit extension? I’m fully aware that this sort of thing wouldn’t be difficult to conjure up in bash using watch, but I work across platforms and would ideally like to avoid writing separate implementations.
You can use watchr for this.