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

fix: DuskTestCase driver function fails to read the DUSK_DRIVER_URL environment variable #1108

Closed robinstraub closed 1 month ago

robinstraub commented 1 month ago

resolves #1107

taylorotwell commented 1 month ago

i would probably still keep $_ENV but just fall back to env() then fallback to the last case.