We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3a450 + 6ed5f9e commit 6b3f6edCopy full SHA for 6b3f6ed
tests/Emulator/EmulatedAuthenticationTest.php
@@ -157,7 +157,6 @@ public function test_database_authentication_fallback_works_when_enabled_and_nul
157
$databaseUserProvider = $guard->getProvider();
158
159
$databaseUserProvider->resolveUsersUsing(function () {
160
- return;
161
});
162
163
$user = TestUserModelStub::create([
@@ -187,7 +186,6 @@ public function test_database_authentication_fallback_is_not_performed_when_fall
187
186
188
189
190
191
192
193
0 commit comments