### Watch a phpunit test
```
while true; do clear; date;echo;ls -al —color;
sleep 2; done
```
```
cd /Users/gabriele/code/clive &&
/Users/gabriele/code/clive/vendor/phpunit/phpunit/phpunit /Users/gabriele/code/clive/tests/Unit/customerIsGoldTest.php
--filter '/::test_fetches_customer_who_matches_a_specification$/‘
```
```
while true; do clear; date;echo;\$*;sleep 2; done
```