Response logout() Log the user out of the application. Return Value Response
$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this
$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are invalid. Parameters array $credentials string|null $guard Return Value $this
void boot() Bootstrap the application events. Return Value void
void setViewName(string $viewName) Set the name of the pagination view. Parameters string $viewName 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
$this dontSeeLink(string $text, string|null $url = null) Assert that a given link is not seen on the page. Parameters string $text string|null $url Return Value $this
$this seeIsChecked(string $selector, bool $negate = false) Assert that the given checkbox is selected. Parameters string $selector bool $negate Return Value $this
void sleep(int $seconds) Sleep the script for a given number of seconds. Parameters int $seconds Return Value void
Page 23 of 996