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.
1 parent e78e6c7 commit 5864419Copy full SHA for 5864419
user_guide_src/source/testing/controllers.rst
@@ -135,7 +135,7 @@ Allows you to provide a **Logger** instance::
135
If you do not provide one, a new Logger instance with the default configuration values will be passed
136
into your controller.
137
138
-**withURI($uri)**
+**withURI(string $uri)**
139
140
Allows you to provide a new URI that simulates the URL the client was visiting when this controller was run.
141
This is helpful if you need to check URI segments within your controller. The only parameter is a string
0 commit comments