laravel / browser-kit-testing

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

[develop] Removes usage of `Tests\CreatesApplication` #173

Closed nunomaduro closed 8 months ago

nunomaduro commented 8 months ago

This pull request applies the necessary changes on this package on what concerns the removal of the Tests\CreatesApplication trait. This change follows the pull request found at: https://github.com/laravel/laravel/pull/6310.