InteractsWithQueue::setJob()

$this setJob(Job $job) Set the base queue job instance. Parameters Job $job Return Value $this

InteractsWithAuthentication::seeIsAuthenticatedAs()

$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. Parameters $user string|null $guard Return Value $this

QueueingFactory::unqueue()

unqueue(string $name) Remove a cookie from the queue. Parameters string $name

ConfigClearCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

BroadcastController::middleware()

ControllerMiddlewareOptions middleware(array|string|Closure $middleware, array $options = array()) Register middleware on the controller. Parameters array|string|Closure $middleware array $options Return Value ControllerMiddlewareOptions

Contracts\Config

Illuminate\Contracts\Config Interfaces Repository

MorphPivot::setTable()

$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this

Artisan::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

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.