static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array
void bootstrap() Bootstrap the application for artisan commands. Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
$this dontSeeJson(array $data = null) Assert that the response doesn't contain JSON. Parameters array $data Return Value $this
Processor getProcessor() Get the database query processor instance. Return Value Processor
bool bound(string $abstract) Determine if the given abstract type has been bound. (Overriding Container::bound) Parameters string $abstract Return Value bool
disableMiddlewareForAllTests() Prevent all middleware from being executed for this test class. Exceptions Exception
Page 334 of 996