mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
setup wizard debug
This commit is contained in:
@@ -63,8 +63,8 @@ class SocialiteTest extends TestCase
|
||||
// Replace Socialite Instance with mock
|
||||
$this->app->instance(Socialite::class, $stub);
|
||||
|
||||
$this->getJson('/api/socialite/facebook/callback')
|
||||
->assertCreated();
|
||||
$this->getJson('/socialite/facebook/callback')
|
||||
->assertRedirect();
|
||||
|
||||
$this
|
||||
->assertDatabaseHas('users', [
|
||||
|
||||
Reference in New Issue
Block a user