class Illuminate / Support / Testing / Fakes / PendingChainFake
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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.