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(