TestCase::dontSeeInElement()

$this dontSeeInElement(string $element, string $text) Assert that a given string is not seen inside an element. Parameters string $element string $text Return Value $this

NotificationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

NotificationServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Kernel::call()

int call(string $command, array $parameters = array()) Run an Artisan console command by name. Parameters string $command array $parameters Return Value int

FileViewFinder::prependLocation()

void prependLocation(string $location) Prepend a location to the finder. Parameters string $location Return Value void

RedirectResponse::exceptInput()

RedirectResponse exceptInput() Flash an array of input to the session. Return Value RedirectResponse

Model::getFillable()

array getFillable() Get the fillable attributes for the model. Return Value array

JoinClause::useWritePdo()

$this useWritePdo() Use the write pdo for query. Return Value $this

Collection::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection

File

File class File 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 resolved