Skip to content

Commit

Permalink
apply cs-fix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ducng99 committed Jan 20, 2025
1 parent 4722795 commit a106b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system/HTTP/CURLRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,8 @@ public function testRemoveMultipleRedirectHeaderSections(): void
$this->assertSame($testBody, $response->getBody());
}

public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader() {
public function testNotRemoveMultipleRedirectHeaderSectionsWithoutLocationHeader(): void
{
$testBody = 'Hello world';

$output = "HTTP/1.1 301 Moved Permanently
Expand Down

0 comments on commit a106b18

Please sign in to comment.