static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
Command resolve(string $command) Add a command, resolving through the application. Parameters string $command Return Value Command
mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed
$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
bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool
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
string getPageRange(int $start, int $end) Create a range of pagination links. Parameters int $start int $end Return Value string
$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this
Page 256 of 996