Note that “vendor/bin/phpunit” might be more reliable

When developing PHP applications sometimes I try to use the installed on my system ‘phpunit’ binary but I often get errors with it; however when using the ‘vendor/bin/phpunit’ that comes with my dependencies it works like a charm.