Auth::shouldReceive()

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

Compiler::getCompiledPath()

string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string

Application::resolve()

Command resolve(string $command) Add a command, resolving through the application. Parameters string $command Return Value Command

RedisServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

RedisTaggedCache::offsetGet()

mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed

TestCase::within()

$this within(string $element, Closure $callback) Narrow the test content to a specific area of the page. Parameters string $element Closure $callback Return Value $this

Application::isAlias()

bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool

Str::contains()

static bool contains(string $haystack, string|array $needles) Determine if a given string contains a given substring. Parameters string $haystack string|array $needles Return Value bool

TransportManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the default mail driver name. Parameters string $name Return Value void

DatabaseNotificationCollection::push()

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