MakesHttpRequests::dontSeeInField()

$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this

DatabaseQueue::deleteReserved()

void deleteReserved(string $queue, string $id) Delete a reserved job from the queue. Parameters string $queue string $id Return Value void

Factory::extendImplicit()

void extendImplicit(string $rule, Closure|string $extension, string $message = null) Register a custom implicit validator extension. Parameters string $rule Closure|string $extension string $message Return Value void

DownCommand::call()

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

MakeAuthCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

CacheManager::store()

mixed store(string|null $name = null) Get a cache store instance by name. Parameters string|null $name Return Value mixed

CallbackEvent::days()

$this days(array|mixed $days) Set the days of the week the command should run on. Parameters array|mixed $days Return Value $this

RestartCommand::fire()

void fire() Execute the console command. Return Value void

Route::parametersWithoutNulls()

array parametersWithoutNulls() Get the key / value list of parameters without null values. Return Value array

Guard::__construct()

void __construct(UserProvider $provider, SessionInterface $session, Request $request = null) Create a new authentication guard. Parameters UserProvider $provider SessionInterface $session Request $request Return Value void