$this seeIsChecked(string $selector, bool $negate = false) Assert that
$this dontSeeInField(string $selector, string $value) Assert that an input
InteractsWithDatabase trait InteractsWithDatabase (
$this dontSeeText(string $text) Assert that a given string is not seen
$this seeLink(string $text, string|null $url = null, bool $negate = false)
$this assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array())
$this expectsModelEvents(string $model, array|string $events) Specify a
$this assertRedirectedToAction(string $name, array $parameters = array(), array $with = array())
$this getJson(string $uri, array $headers = array()) Visit the given URI
$this visit(string $uri) Visit the given URI with a GET request.
Page 10 of 10