]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/AuthTest.php
Updated styles to use logical properties/values
[bookstack] / tests / Auth / AuthTest.php
index eb83faded44edc67d721e595d1a11d3861e12255..cb27de96170ec8517a4befc6a27d8b99e95f3d0e 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace Tests;
+<?php namespace Tests\Auth;
 
 use BookStack\Auth\User;
 use BookStack\Entities\Page;
 use BookStack\Notifications\ConfirmEmail;
 use BookStack\Settings\SettingService;
 use Illuminate\Support\Facades\Notification;
+use Tests\BrowserKitTest;
 
 class AuthTest extends BrowserKitTest
 {