laravel / dusk

Laravel Dusk provides simple end-to-end testing and browser automation.
https://laravel.com/docs/dusk
MIT License
1.87k stars 320 forks source link

[develop] Uses `Tests\CreatesApplication` only if exists #1074

Closed nunomaduro closed 8 months ago

nunomaduro commented 8 months ago

This pull request updates DuskTestCase.stub to use the Tests\CreatesApplication trait only if it exists. This change follows the pull request found at: https://github.com/laravel/laravel/pull/6310.