<?php
-namespace Tests;
+namespace Tests\Api;
-use BookStack\Auth\Permissions\RolePermission;
-use Carbon\Carbon;
+use Tests\TestCase;
class ApiConfigTest extends TestCase
{
$resp = $this->actingAsApiEditor()->get($this->endpoint);
$resp->assertHeader('x-ratelimit-limit', 10);
}
-
-}
\ No newline at end of file
+}