Open carbtest opened 1 year ago
According to docs
composer test
which results in an error
Command "test" is not defined.
I am new to testing and my other tests are run by using php artisan test
php artisan test
but when i run that i do not see the test for honey running
Do i have to copy the tests folder to my apps test folder?
According to docs
which results in an error
I am new to testing and my other tests are run by using
php artisan test
but when i run that i do not see the test for honey running
Do i have to copy the tests folder to my apps test folder?