Skip to content

Commit f8e34b0

Browse files
author
Eremeev Ales
committed
Add cover for method getResponse
1 parent a708a7d commit f8e34b0

6 files changed

+6
-0
lines changed

test/suite/unit/BadRequestResponseExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class BadRequestResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17+
* @covers ::getResponse
1718
*/
1819
public function testException(): void
1920
{

test/suite/unit/ForbiddenResponseExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ForbiddenResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17+
* @covers ::getResponse
1718
*/
1819
public function testException(): void
1920
{

test/suite/unit/NotFoundResponseExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class NotFoundResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17+
* @covers ::getResponse
1718
*/
1819
public function testException(): void
1920
{

test/suite/unit/PaymentRequiredResponseExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class PaymentRequiredResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17+
* @covers ::getResponse
1718
*/
1819
public function testException(): void
1920
{

test/suite/unit/UnauthorizedResponseExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class UnauthorizedResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17+
* @covers ::getResponse
1718
*/
1819
public function testException(): void
1920
{

test/suite/unit/UnexpectedResponseExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class UnexpectedResponseExceptionTest extends TestCase
1414
{
1515
/**
1616
* @covers ::__construct
17+
* @covers ::getResponse
1718
*/
1819
public function testException(): void
1920
{

0 commit comments

Comments
 (0)