Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Install handles missing CreatesApplication trait
Laravel 11+ apps may be missing file tests/CreatesApplication.php because its code has been moved into the framework as method Illuminate\Foundation\Testing\TestCase::createApplication(). Installing a new Dusk test case class stub will remove the unneeded CreatesApplication reference.
- Loading branch information