MocksApplicationServices (Foundation\Testing)

MocksApplicationServices

trait MocksApplicationServices (View source)

Methods

$this expectsEvents(array|string $events)

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

$this doesntExpectEvents(array|string $events)

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

Details