laravel / browser-kit-testing

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

Latest release is not up to date #40

Closed guillaumebriday closed 6 years ago

guillaumebriday commented 6 years ago

Hey !

I still use Browser-kit a lot before moving to Dusk. Since my upgrade on Laravel 5.5, I use the RefreshDatabase Trait instead of the old DatabaseMigrations.

It has been fixed (https://github.com/laravel/browser-kit-testing/compare/v2.0.1...master) in this package but it's not available as composer dependency yet.

Could you update it to use it now ?

Thanks !

guillaumebriday commented 6 years ago

Anyone is available ? Maybe @taylorotwell ?

Thanks in advance !