From db9968c4f963a553f324adc13c47ab2a6b13bb0a Mon Sep 17 00:00:00 2001 From: Bastian Allgeier Date: Thu, 5 Dec 2024 16:52:39 +0100 Subject: [PATCH] Those covers rules drive me crazy --- tests/Content/LockExceptionTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/Content/LockExceptionTest.php b/tests/Content/LockExceptionTest.php index 022a891040..269339abae 100644 --- a/tests/Content/LockExceptionTest.php +++ b/tests/Content/LockExceptionTest.php @@ -9,13 +9,6 @@ */ class LockExceptionTest extends TestCase { - /** - * @covers ::__construct - * @covers ::getDetails - * @covers ::getHttpCode - * @covers ::getKey - * @covers ::getMessage - */ public function testException() { $lock = new Lock( @@ -33,9 +26,6 @@ public function testException() $this->assertSame('error.lock', $exception->getKey()); } - /** - * @covers ::getMessage - */ public function testCustomMessage() { $lock = new Lock(