File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1473,7 +1473,7 @@ to also test the request itself? ``MockResponse`` comes with helper methods:
1473
1473
* ``getRequestMethod() `` - returns HTTP method
1474
1474
* ``getRequestUrl() `` - returns URL the request would be sent to
1475
1475
* ``getRequestOptions() `` - returns an array containing other information about
1476
- the request such as headers, query parameters, body content etc.
1476
+ the request such as headers, query parameters, body content etc.
1477
1477
1478
1478
Usage example::
1479
1479
@@ -1499,8 +1499,8 @@ Usage example::
1499
1499
Example
1500
1500
~~~~~~~
1501
1501
1502
- The following standalone example demonstrates a way to HTTP client and test it
1503
- in real application::
1502
+ The following standalone example demonstrates a way to use HTTP client and
1503
+ test it in real application::
1504
1504
1505
1505
// ExternalArticleService.php
1506
1506
use Symfony\Contracts\HttpClient\HttpClientInterface;
You can’t perform that action at this time.
0 commit comments