Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 19e56c4

Browse files
authored
Merge pull request #38 from codebar-ag/feature-fixes
Fixes
2 parents 9775203 + 7a3c24f commit 19e56c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/tests/Auth/Feature/LoginControllerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@
3737
->assertRedirect();
3838

3939
assertAuthenticated(null, $user);
40-
})->group('auth', 'login');
40+
})->group('auth', 'login')
41+
->skip(fn () => config('laravel-auth.features.basic') === false, 'This test is not applicable when basic auth is disabled');

0 commit comments

Comments
 (0)