class Illuminate / Support / Testing / Fakes / PendingChainFake
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

PendingChainFake

Extends

Properties

protected

$bus BusFake

The fake bus instance.

Default: null

Methods

public

__construct ( BusFake $bus , $job , $chain ) : void

Create a new pending chain instance.

Parameters

public

dispatch ( ) : PendingDispatch

Dispatch the job with the given arguments.