http://four.laravel.com/docs/testing Says \"After installing a new Laravel application, simply run phpunit on the command line to run your tests.\"
phpunit
ph
The easiest way to use phpunit is to put phpunit.phar in the root of your application and to run it with php phpunit.phar.