InteractsWithDatabase trait InteractsWithDatabase (
$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert
$this patchJson(string $uri, array $data = array(), array $headers = array())
$this assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array())
$this seeLink(string $text, string|null $url = null, bool $negate = false)
$this dontSeeElement(string $selector, array $attributes = array()) Assert
$this visit(string $uri) Visit the given URI with a GET request.
$this seeIsChecked(string $selector, bool $negate = false) Assert that
$this dontSeeInField(string $selector, string $value) Assert that an input
$this dontSeeText(string $text) Assert that a given string is not seen
Page 10 of 10