mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
array getVisible() Get the visible attributes for the model. Return Value array
$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
$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 dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this
Page 759 of 996