Skip to content
Steve Azzopardi edited this page Oct 26, 2015 · 1 revision

This is very similar to the one of running artisan commands which can be found here, where you have php5.6 installed and can run all of the test.

For example running php unit tests

./vendor/bin/phpunit

This command should run all of your phpunit tests if step up correctly.

Clone this wiki locally