void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void
$this assertViewMissing(string $key) Assert that the response view is missing a piece of bound data. Parameters string $key Return Value $this
$this assertViewHasAll(array $bindings) Assert that the view has a given list of bound data. Parameters array $bindings Return Value $this
$this assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. Parameters string|array $key mixed $value Return Value $this
void assertSessionMissing(string|array $key) Assert that the session does not have a given key. Parameters string|array $key Return Value void
void assertSessionHasErrors(string|array $bindings = array(), mixed $format = null) Assert that the session has errors bound. Parameters string|array $bindings mixed $format Return Value void
void assertSessionHasAll(array $bindings) Assert that the session has a given list of values. Parameters array $bindings Return Value void
void assertSessionHas(string|array $key, mixed $value = null) Assert that the session has a given value. Parameters string|array $key mixed $value Return Value void
$this assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value $this
$this assertResponseOk() Assert that the client response has an OK status code. Return Value $this
Page 85 of 996