laravel-responder icon indicating copy to clipboard operation
laravel-responder copied to clipboard

Testing trait status?

Open nasyrov opened this issue 7 years ago • 1 comments

Hi @flugger,

Me again, what about the testing trait? I see you removed it from the documentation and it doesn't work out of the box with the default laravel installation, there are some missing abstract methods that should be implemented. Would you be able to update it at some point?

Cheers, E

nasyrov avatar Sep 09 '18 13:09 nasyrov

Hey :)

The testing trait was based on Laravel's old testing API from pre-5.4. So to get it to work you need to use https://github.com/laravel/browser-kit-testing. However, I'll look into how easy it is to migrate that to the new testing style and get back to you!

flugg avatar Sep 14 '18 10:09 flugg