$this dontSeeIsChecked(string $selector) Assert that the given checkbox
$this dontSeeInField(string $selector, string $value) Assert that an input
$this seeJsonStructure(array $structure = null, array|null $responseData = null)
$this seeJsonEquals(array $data) Assert that the response contains an exact
$this assertRedirectedTo(string $uri, array $with = array()) Assert whether
$this delete(string $uri, array $data = array(), array $headers = array())
$this put(string $uri, array $data = array(), array $headers = array()) Visit
$this putJson(string $uri, array $data = array(), array $headers = array())
void session(array $data) Set the session to the given array.
void assertSessionMissing(string|array $key) Assert that the session does
Page 4 of 10