mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 15:19:58 +08:00
@ -1,10 +1,11 @@
|
||||
<?php namespace Tests;
|
||||
<?php namespace Tests\Auth;
|
||||
|
||||
use BookStack\Auth\User;
|
||||
use DB;
|
||||
use Laravel\Socialite\Contracts\Factory;
|
||||
use Laravel\Socialite\Contracts\Provider;
|
||||
use Mockery;
|
||||
use Tests\TestCase;
|
||||
|
||||
class SocialAuthTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user