Skip to content

Commit b075794

Browse files
committed
-
1 parent 2e8e339 commit b075794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/functional_tests_assertions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to a certain URL::
1919
$this->assertSame(301, $client->getResponse()->getStatusCode());
2020
$this->assertSame('https://example.com', $client->getResponse()->headers->get('Location'));
2121

22-
This is the same example but using the assertions provided by Symfony::
22+
This is the same example using the assertions provided by Symfony::
2323

2424
$this->assertResponseRedirects('https://example.com', 301);
2525

0 commit comments

Comments
 (0)