Skip to content

Commit a708a7d

Browse files
author
Eremeev Ales
committed
Remove cover of not existing method
1 parent 92c7103 commit a708a7d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/suite/unit/NotFoundResponseExceptionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class NotFoundResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17-
* @covers ::getMessage
1817
*/
1918
public function testException(): void
2019
{

test/suite/unit/UnauthorizedResponseExceptionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class UnauthorizedResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17-
* @covers ::getMessage
1817
*/
1918
public function testException(): void
2019
{

test/suite/unit/UnexpectedResponseExceptionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class UnexpectedResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17-
* @covers ::getMessage
1817
*/
1918
public function testException(): void
2019
{

0 commit comments

Comments
 (0)