AuthManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

MorphTo::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

AppNameCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ModelMakeCommand::comment()

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

DatabaseNotification::getVisible()

array getVisible() Get the visible attributes for the model. Return Value array

MakesHttpRequests::seeIsChecked()

$this seeIsChecked(string $selector, bool $negate = false) Assert that the given checkbox is selected. Parameters string $selector bool $negate Return Value $this

Worker::sleep()

void sleep(int $seconds) Sleep the script for a given number of seconds. Parameters int $seconds Return Value void

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

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::dontSeeText()

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