lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
398 stars 23 forks source link

Running tests #63

Open carbtest opened 1 year ago

carbtest commented 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

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?