TestCase::route()

Response route(string $method, string $name, array $routeParameters = array(), array $parameters = array(), array $cookies = array(), array $files = array(), array $server = array(), string $content = null) Call a named route and return the Response. Parameters string $method string $name array $routeParameters array $parameters array $cookies array $files array $server string $content Return Value Response

Hasher::needsRehash()

bool needsRehash(string $hashedValue, array $options = array()) Check if the given hash has been hashed using the given options. Parameters string $hashedValue array $options Return Value bool

Builder::oldest()

Builder|Builder oldest(string $column = 'created_at') Add an "order by" clause for a timestamp to the query. Parameters string $column Return Value Builder|Builder

Listener::listen()

void listen(string $connection, string $queue, string $delay, string $memory, int $timeout = 60) Listen to the given queue connection. Parameters string $connection string $queue string $delay string $memory int $timeout Return Value void

Blade

Blade class Blade extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolve

Mail::shouldReceive()

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

NotificationTableCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

SoftDeletingTrait::withTrashed()

static Builder|SoftDeletingTrait withTrashed() Get a new query builder that includes soft deletes. Return Value Builder|SoftDeletingTrait

SQLiteConnection::getDoctrineSchemaManager()

AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager

Compiler::__construct()

void __construct(Filesystem $files, string $cachePath) Create a new compiler instance. Parameters Filesystem $files string $cachePath Return Value void Exceptions InvalidArgumentException