Validator::shouldReceive()

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

MigrateCommand::warn()

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

Model::offsetUnset()

void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void

HasOneOrMany::createMany()

array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array

Kernel::bootstrap()

void bootstrap() Bootstrap the application for artisan commands. Return Value void

DatabaseServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

MakesHttpRequests::dontSeeJson()

$this dontSeeJson(array $data = null) Assert that the response doesn't contain JSON. Parameters array $data Return Value $this

JoinClause::getProcessor()

Processor getProcessor() Get the database query processor instance. Return Value Processor

Application::bound()

bool bound(string $abstract) Determine if the given abstract type has been bound. (Overriding Container::bound) Parameters string $abstract Return Value bool

WithoutMiddleware::disableMiddlewareForAllTests()

disableMiddlewareForAllTests() Prevent all middleware from being executed for this test class. Exceptions Exception