Lines Matching full:request
3 * Simulates a full DokuWiki HTTP Request and allows
10 * Helper class to execute a fake request
26 /** @var null|TestRequest the currently running request */
70 * Get the script that will execute the request
119 * Executes the request
122 * @return TestResponse the resulting output of the request
132 $request = $_REQUEST;
176 $_REQUEST = $request;
183 * Set the virtual URI the request works against
220 * Simulate a POST request with the given variables
233 * Simulate a GET request with the given variables
263 * @return null|TestRequest the currently executed request if any