]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ApiConfigTest.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / tests / Api / ApiConfigTest.php
index 1b3da2f34f8d19c8c0df42ceccea045dbea208ac..af808a76ca3f545535aa2ea9b3f494f0966fa48e 100644 (file)
@@ -1,9 +1,8 @@
 <?php
 
-namespace Tests;
+namespace Tests\Api;
 
-use BookStack\Auth\Permissions\RolePermission;
-use Carbon\Carbon;
+use Tests\TestCase;
 
 class ApiConfigTest extends TestCase
 {
@@ -54,5 +53,4 @@ class ApiConfigTest extends TestCase
         $resp = $this->actingAsApiEditor()->get($this->endpoint);
         $resp->assertHeader('x-ratelimit-limit', 10);
     }
-
-}
\ No newline at end of file
+}