Lggr
Public Member Functions | List of all members
Prophecy\Prediction\PredictionInterface Interface Reference
Inheritance diagram for Prophecy\Prediction\PredictionInterface:
Inheritance graph
[legend]

Public Member Functions

 check (array $calls, ObjectProphecy $object, MethodProphecy $method)
 

Detailed Description

Prediction interface. Predictions are logical test blocks, tied to should... keyword.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Member Function Documentation

◆ check()

Prophecy\Prediction\PredictionInterface::check ( array  $calls,
ObjectProphecy  $object,
MethodProphecy  $method 
)

Tests that double fulfilled prediction.

Parameters
Call[]$calls
ObjectProphecy$object
MethodProphecy$method
Exceptions
object
Returns
void

Implemented in Prophecy\Prediction\CallbackPrediction, Prophecy\Prediction\CallTimesPrediction, Prophecy\Prediction\CallPrediction, and Prophecy\Prediction\NoCallsPrediction.


The documentation for this interface was generated from the following file: