diff --git a/stubs/tests/Auth/Feature/LoginControllerTest.php b/stubs/tests/Auth/Feature/LoginControllerTest.php index e9485c8..397061a 100644 --- a/stubs/tests/Auth/Feature/LoginControllerTest.php +++ b/stubs/tests/Auth/Feature/LoginControllerTest.php @@ -37,4 +37,5 @@ ->assertRedirect(); assertAuthenticated(null, $user); -})->group('auth', 'login'); +})->group('auth', 'login') + ->skip(fn () => config('laravel-auth.features.basic') === false, 'This test is not applicable when basic auth is disabled');