8000 Use single quotes in get to post redirect test · symfony/symfony@97c3f22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97c3f22

Browse files
KurtThiemannxabbuh
andauthored
Use single quotes in get to post redirect test
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent 2b3aaf9 commit 97c3f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,6 @@ public function testPostToGetRedirect(int $status)
693693
}
694694

695695
$this->assertSame('GET', $body['REQUEST_METHOD']);
696-
$this->assertSame("/", $body['REQUEST_URI']);
696+
$this->assertSame('/', $body['REQUEST_URI']);
697697
}
698698
}

0 commit comments

Comments
 (0)
0