MailFake::assertSent()

void assertSent(string $mailable, callable|null $callback = null) Assert if a mailable was sent based on a truth-test callback. Parameters string $mailable callable|null $callback Return Value void

QueueFake::assertPushed()

void assertPushed(string $job, callable|null $callback = null) Assert if a job was pushed based on a truth-test callback. Parameters string $job callable|null $callback Return Value void

ChangesCommand::error()

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

Collection::push()

$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this

DatabasePresenceVerifier

DatabasePresenceVerifier class DatabasePresenceVerifier implements PresenceVerifierInterface (View source) Methods void __construct(ConnectionResolverInterface $db) Create a new database presence verifier. int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, arra

Queue::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Collection::contains()

bool contains(mixed $key, mixed $value = null) Determine if a key exists in the collection. Parameters mixed $key mixed $value Return Value bool

BroadcastNotificationCreated::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

EncryptedStore::put()

void put(string|array $key, mixed $value = null) Put a key / value pair or array of key / value pairs in the session. Parameters string|array $key mixed $value Return Value void

RedisTaggedCache::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool