samedi 7 mai 2016

Laravel 5.2 Testing : Test is not running

I have create a test via terminal with command :

php artisan make:test UserTest

Now i want to run the test with the following command :

vendor/bin/UserTest

But it returns

bash: vendor/bin/UserTest: No such file or directory

PHPunit is Installed. I have checked.

Am i missing something ?

Aucun commentaire:

Enregistrer un commentaire