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
You need to install phpunit and the best way is with pear.
pear channel-discover pear.phpunit.de pear install phpunit/PHPUnit
If you don't have pear installed, check this regarding pear installation.