Method |
Description |
|
__construct ( MatcherFactory $matcherFactory, Eloquent\Phony\Assertion\AssertionRecorder $assertionRecorder, AssertionRenderer $assertionRenderer ) |
Construct a new event order verifier factory. |
|
create ( Eloquent\Phony\Spy\Spy | Eloquent\Phony\Call\Call $subject, array $calls ) : GeneratorVerifier |
Create a new generator verifier. |
|
instance ( ) : GeneratorVerifierFactory |
Get the static instance of this factory. |
|
setCallVerifierFactory ( CallVerifierFactory $callVerifierFactory ) |
Set the call verifier factory. |
|