All HTTP tests will now return an instance of Laravel\BrowserKitTesting\TestResponse instead of Illuminate\Http\Response. The advantage of having TestResponse is that you have access to every assertion available in Laravel HTTP Tests > Response Assertions.
This PR no longer add any breaking change. Old and new methods can be used.
Changelog note
All HTTP tests will now return an instance of
Laravel\BrowserKitTesting\TestResponse
instead ofIlluminate\Http\Response
. The advantage of having TestResponse is that you have access to every assertion available in Laravel HTTP Tests > Response Assertions.This PR no longer add any breaking change. Old and new methods can be used.
Signed-off-by: Mior Muhammad Zaki crynobone@gmail.com