laravel / browser-kit-testing

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

Change a few concerns to use framework versions #38

Closed dubcanada closed 7 years ago

dubcanada commented 7 years ago

Currently we have our own copy of

InteractsWithDatabase
InteractsWithConsole
InteractsWithAuthentication
InteractsWithSession
InteractsWithExceptionHandling

That are the same as the core versions (but vary between 5.3, 5.4 and 5.5 (for example in 5.5 the functions for InteractsWithDatabase are different then the ones in this repo)). We should use the core versions for these rather then manually using our own.

Unless I am missing something?

taylorotwell commented 7 years ago

This is incorrect.