Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
void seeInSession(string|array $key, mixed $value = null) Assert that the session has a given value. Parameters string|array $key mixed $value Return Value void
Illuminate\Foundation\Testing\Constraints Classes FormFieldConstraint HasElement HasInElement HasLink HasSource HasText HasValue IsChecked IsSelected PageConstraint ReversePageConstraint
void afterApplicationCreated(callable $callback) Register a callback to be run after the application is created. Parameters callable $callback Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
DatabaseMigrations trait DatabaseMigrations (View source) Methods void runDatabaseMigrations() Define hooks to migrate the database before and after each test.
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
void assertHasOldInput() Assert that the session has old input. Return Value void
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool
Page 19 of 996