IsChecked::matches()

bool matches(Crawler|string $crawler) Determine if the checkbox is checked. Parameters Crawler|string $crawler Return Value bool

HasElement

HasElement class HasElement extends PageConstraint (View source) Methods string toString() Returns a string representation of the object. void __construct(string $selector, array $attributes = array()) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the element is found in the given crawler.

AuthenticatesAndRegistersUsers::logout()

Response logout() Log the user out of the application. Return Value Response

Manager::extend()

$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this

InteractsWithAuthentication::dontSeeCredentials()

$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are invalid. Parameters array $credentials string|null $guard Return Value $this

ServerServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

Factory::setViewName()

void setViewName(string $viewName) Set the name of the pagination view. Parameters string $viewName Return Value void

InteractsWithPages::dontSeeText()

$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this

TestCase::dontSeeLink()

$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

InteractsWithPages::dontSeeLink()

$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