$this post(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a POST request. Parameters string $uri array $data array $headers Return Value $this
$this putJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PUT request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this
$this patchJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PATCH request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this
$this handle(Request $request) Send the given request through the application. This method allows you to fully customize the entire Request object. Parameters Request $request Return Value $this
$this json(string $method, string $uri, array $data = array(), array $headers = array()) Visit the given URI with a JSON request. Parameters string $method string $uri array $data array $headers Return Value $this
$this patch(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PATCH request. Parameters string $uri array $data array $headers Return Value $this
$this getJson(string $uri, array $headers = array()) Visit the given URI with a GET request, expecting a JSON response. Parameters string $uri array $headers Return Value $this
$this get(string $uri, array $headers = array()) Visit the given URI with a GET request. Parameters string $uri array $headers Return Value $this
$this expectsModelEvents(string $model, array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters string $model array|string $events Return Value $this Exceptions Exception
void flushSession() Flush all of the current session data. Return Value void
Page 82 of 996