@@ -141,7 +141,7 @@ public function testRequestFromGlobalsWithConnectProxy(): void
141141 public function testSendResponseSendsEmptyResponseWithNoHeadersAndEmptyBodyAndAssignsNoContentTypeAndEmptyContentLength (): void
142142 {
143143 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
144- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
144+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
145145 }
146146
147147 header_remove ();
@@ -158,7 +158,7 @@ public function testSendResponseSendsEmptyResponseWithNoHeadersAndEmptyBodyAndAs
158158 public function testSendResponseSendsJsonResponseWithGivenHeadersAndBodyAndAssignsMatchingContentLength (): void
159159 {
160160 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
161- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
161+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
162162 }
163163
164164 header_remove ();
@@ -178,7 +178,7 @@ public function testSendResponseSendsJsonResponseWithGivenHeadersAndBodyAndAssig
178178 public function testSendResponseSendsJsonResponseWithGivenHeadersAndMatchingContentLengthButEmptyBodyForHeadRequest (): void
179179 {
180180 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
181- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
181+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
182182 }
183183
184184 header_remove ();
@@ -196,7 +196,7 @@ public function testSendResponseSendsJsonResponseWithGivenHeadersAndMatchingCont
196196 public function testSendResponseSendsEmptyBodyWithGivenHeadersAndAssignsNoContentLengthForNoContentResponse (): void
197197 {
198198 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
199- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
199+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
200200 }
201201
202202 header_remove ();
@@ -213,7 +213,7 @@ public function testSendResponseSendsEmptyBodyWithGivenHeadersAndAssignsNoConten
213213 public function testSendResponseSendsEmptyBodyWithGivenHeadersButWithoutExplicitContentLengthForNoContentResponse (): void
214214 {
215215 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
216- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
216+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
217217 }
218218
219219 header_remove ();
@@ -230,7 +230,7 @@ public function testSendResponseSendsEmptyBodyWithGivenHeadersButWithoutExplicit
230230 public function testSendResponseSendsEmptyBodyWithGivenHeadersAndAssignsContentLengthForNotModifiedResponse (): void
231231 {
232232 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
233- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
233+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
234234 }
235235
236236 header_remove ();
@@ -247,7 +247,7 @@ public function testSendResponseSendsEmptyBodyWithGivenHeadersAndAssignsContentL
247247 public function testSendResponseSendsEmptyBodyWithGivenHeadersAndExplicitContentLengthForNotModifiedResponse (): void
248248 {
249249 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
250- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
250+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
251251 }
252252
253253 header_remove ();
@@ -264,7 +264,7 @@ public function testSendResponseSendsEmptyBodyWithGivenHeadersAndExplicitContent
264264 public function testSendResponseSendsStreamingResponseWithNoHeadersAndBodyFromStreamData (): void
265265 {
266266 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
267- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
267+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
268268 }
269269
270270 header_remove ();
@@ -287,7 +287,7 @@ public function testSendResponseSendsStreamingResponseWithNoHeadersAndBodyFromSt
287287 public function testSendResponseClosesStreamingResponseAndSendsResponseWithNoHeadersAndBodyForHeadRequest (): void
288288 {
289289 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
290- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
290+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
291291 }
292292
293293 header_remove ();
@@ -307,7 +307,7 @@ public function testSendResponseClosesStreamingResponseAndSendsResponseWithNoHea
307307 public function testSendResponseClosesStreamingResponseAndSendsResponseWithNoHeadersAndBodyForNotModifiedResponse (): void
308308 {
309309 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
310- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
310+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
311311 }
312312
313313 header_remove ();
@@ -326,7 +326,7 @@ public function testSendResponseClosesStreamingResponseAndSendsResponseWithNoHea
326326 public function testSendResponseClosesStreamingResponseAndSendsResponseWithNoHeadersAndBodyForNoContentResponse (): void
327327 {
328328 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
329- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
329+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
330330 }
331331
332332 header_remove ();
@@ -345,7 +345,7 @@ public function testSendResponseClosesStreamingResponseAndSendsResponseWithNoHea
345345 public function testSendResponseSendsStreamingResponseWithNoHeadersAndBodyFromStreamDataAndNoBufferHeaderForNginxServer (): void
346346 {
347347 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
348- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
348+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
349349 }
350350
351351 header_remove ();
@@ -366,7 +366,7 @@ public function testSendResponseSendsStreamingResponseWithNoHeadersAndBodyFromSt
366366 public function testSendResponseSetsMultipleCookieHeaders (): void
367367 {
368368 if (headers_sent () || !function_exists ('xdebug_get_headers ' )) {
369- $ this ->markTestSkipped ('Test requires running phpunit with --stderr and Xdebug enabled ' );
369+ $ this ->markTestSkipped ('Test requires running PHPUnit with Xdebug enabled ' );
370370 }
371371
372372 header_remove ();
0 commit comments