Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection
$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
static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
$this seeLink(string $text, string|null $url = null, bool $negate = false) Assert that a given link is seen on the page. Parameters string $text string|null $url bool $negate Return Value $this
void __construct() Create a new console command instance. Return Value void
ShouldBroadcastNow interface ShouldBroadcastNow implements ShouldBroadcast (View source) Methods array broadcastOn() Get the channels the event should broadcast on. from ShouldBroadcast
array getCustomMessages() Get the custom messages for the validator. Return Value array
static Connection resolveConnection(string|null $connection = null) Resolve a connection instance. Parameters string|null $connection Return Value Connection
void boot() Bootstrap the application events. Return Value void
array __sleep() Prepare the instance for serialization. Return Value array
Page 966 of 996