]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/SocialAuthTest.php
Code cleanup, bug squashing
[bookstack] / tests / Auth / SocialAuthTest.php
index 1a7a3fccce4d3ea6a0ef69340c228ede6979752e..d448b567e5ef1462bf168500bc2dc6b8ed1df2f2 100644 (file)
@@ -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
 {