We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4722795 commit a106b18Copy full SHA for a106b18
tests/system/HTTP/CURLRequestTest.php
@@ -1360,7 +1360,8 @@ public function testRemoveMultipleRedirectHeaderSections(): void
1360
$this->assertSame($testBody, $response->getBody());
1361
}
1362
1363
- public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader() {
+ public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader(): void
1364
+ {
1365
$testBody = 'Hello world';
1366
1367
$output = "HTTP/1.1 301 Moved Permanently
0 commit comments