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.
foo
1 parent a32d698 commit fb312dbCopy full SHA for fb312db
book/testing.rst
@@ -244,9 +244,9 @@ document::
244
)
245
246
The ``server`` array is the raw values that you'd expect to normally
247
- find in the PHP `$_SERVER`_ superglobal. For example, to set the `Content-Type`,
248
- `Referer` and `X-Requested-With` HTTP headers, you'd pass the following (mind
249
- the `HTTP_` prefix for non standard headers)::
+ find in the PHP `$_SERVER`_ superglobal. For example, to set the ``Content-Type``,
+ ``Referer`` and ``X-Requested-With`` HTTP headers, you'd pass the following (mind
+ the ``HTTP_`` prefix for non standard headers)::
250
251
$client->request(
252
'GET',
0 commit comments