I'm trying to set up PHPunit in a Laravel project (which is being running in a Linux VM using Vagrant and VirtualBox). I've added PHPunit to composer.json
and run composer install
and composer update
, and yet nothing is working. Running phpunit
from the command line does nothing. (Nor does php phpunit
or php phpunit.phar
.)
How do I get PHPunit to run my tests?