laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
508 stars 75 forks source link

Use illuminate/testing #122

Closed crynobone closed 4 years ago

crynobone commented 4 years ago

In particular Illuminate\Testing\TestResponse.

Based on my review it would be possible to use TestResponse with browser-kit-testing but the are some differences that we need to manage:

There no equivalent to:

driesvints commented 4 years ago

We can definitely look at this. Feel free to send in a PR if you want.