summaryrefslogtreecommitdiff
path: root/tests/app/Http/Middleware/AuthManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Http/Middleware/AuthManagerTest.php')
-rw-r--r--tests/app/Http/Middleware/AuthManagerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Http/Middleware/AuthManagerTest.php b/tests/app/Http/Middleware/AuthManagerTest.php
index 5d609a2ead..737a9e1ce9 100644
--- a/tests/app/Http/Middleware/AuthManagerTest.php
+++ b/tests/app/Http/Middleware/AuthManagerTest.php
@@ -31,7 +31,6 @@ use Psr\Http\Server\RequestHandlerInterface;
use function response;
-
#[CoversClass(AuthManager::class)]
class AuthManagerTest extends TestCase
{