diff --git a/testing.rst b/testing.rst index cf176b27e9d..b5dc695c05e 100644 --- a/testing.rst +++ b/testing.rst @@ -393,13 +393,13 @@ returns a ``Crawler`` instance. The full signature of the ``request()`` method is:: request( - $method, - $uri, + string $method, + string $uri, array $parameters = [], array $files = [], array $server = [], - $content = null, - $changeHistory = true + string $content = null, + bool $changeHistory = true ) The ``server`` array is the raw values that you'd expect to normally