$this postJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a POST request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this
$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 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 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 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 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 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
void dump() Dump the content from the last response. Return Value void
$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this
Page 496 of 996