laravel-responder
laravel-responder copied to clipboard
Testing trait status?
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
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!