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
Command resolve(string $command) Add a command, resolving through the application. Parameters string $command Return Value Command
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
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
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
void setDefaultDriver(string $name) Set the default mail driver name. Parameters string $name Return Value void
$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this
Page 471 of 996