laravel / browser-kit-testing

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

Extending from Laravel\BrowserKitTesting\TestCase lose assertions that I already know/have #133

Closed brainlet-ali closed 4 years ago

brainlet-ali commented 4 years ago

When I install and use this package, I no longer have access to assertions like:

And rather I'm forced to use assertResponseStatus which doesn't feel natural and asking me the leave the testing API that I already know.

driesvints commented 4 years ago

Think you're confusing Browser Kit Testing with the regular TestCase class of Laravel. They're two different things.