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

RedisServiceProvider::__call()

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

Application::resolve()

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

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

ListFailedCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Presenter::getPageRange()

string getPageRange(int $start, int $end) Create a range of pagination links. Parameters int $start int $end Return Value string

SortedMiddleware::each()

$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this