File tree 1 file changed +6
-0
lines changed
test/suite/unit/Response/Handler
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class ResponseHandlerTest extends TestCase
20
20
{
21
21
/**
22
22
* @covers ::handle
23
+ * @covers ::isResponseBodyEmpty
23
24
*/
24
25
public function testResponse ()
25
26
{
@@ -59,6 +60,7 @@ public function testResponse()
59
60
60
61
/**
61
62
* @covers ::handle
63
+ * @covers ::isResponseBodyEmpty
62
64
*/
63
65
public function testResponseWithDataAndExtraFields ()
64
66
{
@@ -98,6 +100,7 @@ public function testResponseWithDataAndExtraFields()
98
100
99
101
/**
100
102
* @covers ::handle
103
+ * @covers ::isResponseBodyEmpty
101
104
*/
102
105
public function testResponseWithData ()
103
106
{
@@ -137,6 +140,7 @@ public function testResponseWithData()
137
140
138
141
/**
139
142
* @covers ::handle
143
+ * @covers ::isResponseBodyEmpty
140
144
*/
141
145
public function testResponseEmpty ()
142
146
{
@@ -163,6 +167,7 @@ public function testResponseEmpty()
163
167
164
168
/**
165
169
* @covers ::handle
170
+ * @covers ::isResponseBodyEmpty
166
171
*/
167
172
public function testResponseEmptyWhenBodySizeIsEmpty ()
168
173
{
@@ -196,6 +201,7 @@ public function testResponseEmptyWhenBodySizeIsEmpty()
196
201
/**
197
202
* @dataProvider exceptionsDataProvider
198
203
* @covers ::handle
204
+ * @covers ::isResponseBodyEmpty
199
205
*/
200
206
public function testHttpError (int $ testStatusCode , string $ exceptionClassName )
201
207
{
You can’t perform that action at this time.
0 commit comments