]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/RolesTest.php
Added tests and translations for dark-mode components
[bookstack] / tests / Permissions / RolesTest.php
index 2ef72fb0aef8999403553d00819ae59ea9a2acf4..99080d354c4c239fae8261e8de53d06681b7e7fe 100644 (file)
@@ -1,4 +1,4 @@
-<?php namespace Tests;
+<?php namespace Tests\Permissions;
 
 use BookStack\Entities\Bookshelf;
 use BookStack\Entities\Page;
@@ -6,6 +6,7 @@ use BookStack\Auth\Permissions\PermissionsRepo;
 use BookStack\Auth\Role;
 use Laravel\BrowserKitTesting\HttpException;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
+use Tests\BrowserKitTest;
 
 class RolesTest extends BrowserKitTest
 {