Skip to content

Commit 9f58a02

Browse files
author
Peter Marton Pecosz
committed
Added missing covers annotations
1 parent 5555ef3 commit 9f58a02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/suite/unit/Response/Handler/ResponseHandlerTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class ResponseHandlerTest extends TestCase
2020
{
2121
/**
2222
* @covers ::handle
23+
* @covers ::isResponseBodyEmpty
2324
*/
2425
public function testResponse()
2526
{
@@ -59,6 +60,7 @@ public function testResponse()
5960

6061
/**
6162
* @covers ::handle
63+
* @covers ::isResponseBodyEmpty
6264
*/
6365
public function testResponseWithDataAndExtraFields()
6466
{
@@ -98,6 +100,7 @@ public function testResponseWithDataAndExtraFields()
98100

99101
/**
100102
* @covers ::handle
103+
* @covers ::isResponseBodyEmpty
101104
*/
102105
public function testResponseWithData()
103106
{
@@ -137,6 +140,7 @@ public function testResponseWithData()
137140

138141
/**
139142
* @covers ::handle
143+
* @covers ::isResponseBodyEmpty
140144
*/
141145
public function testResponseEmpty()
142146
{
@@ -163,6 +167,7 @@ public function testResponseEmpty()
163167

164168
/**
165169
* @covers ::handle
170+
* @covers ::isResponseBodyEmpty
166171
*/
167172
public function testResponseEmptyWhenBodySizeIsEmpty()
168173
{
@@ -196,6 +201,7 @@ public function testResponseEmptyWhenBodySizeIsEmpty()
196201
/**
197202
* @dataProvider exceptionsDataProvider
198203
* @covers ::handle
204+
* @covers ::isResponseBodyEmpty
199205
*/
200206
public function testHttpError(int $testStatusCode, string $exceptionClassName)
201207
{

0 commit comments

Comments
 (0)