Skip to content

Commit

Permalink
Merge pull request #38 from codebar-ag/feature-fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
StanBarrows committed Oct 26, 2023
2 parents 9775203 + 7a3c24f commit 19e56c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/tests/Auth/Feature/LoginControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 19e56c4

Please sign in to comment.