MocksApplicationServices::doesntExpectModelEvents()

$this doesntExpectModelEvents(string $model, array|string $events)

Specify a list of events that should not be fired for the given operation.

These events will be mocked, so that handlers will not actually be executed.

Parameters

string $model
array|string $events

Return Value

$this

Exceptions

Exception
doc_Laravel
2016-11-02 16:26:15
Comments
Leave a Comment

Please login to continue.