Skip to content

Commit

Permalink
Those covers rules drive me crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier authored and distantnative committed Dec 6, 2024
1 parent 97c56b8 commit e0d9912
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Content/LockExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
*/
class LockExceptionTest extends TestCase
{
/**
* @covers ::__construct
* @covers ::getDetails
* @covers ::getHttpCode
* @covers ::getKey
* @covers ::getMessage
*/
public function testException()
{
$lock = new Lock(
Expand All @@ -33,9 +26,6 @@ public function testException()
$this->assertSame('error.lock', $exception->getKey());
}

/**
* @covers ::getMessage
*/
public function testCustomMessage()
{
$lock = new Lock(
Expand Down

0 comments on commit e0d9912

Please sign in to comment.