Lggr
|
Public Member Functions | |
__construct ($callback) | |
check (array $calls, ObjectProphecy $object, MethodProphecy $method) | |
Callback prediction.
Prophecy\Prediction\CallbackPrediction::__construct | ( | $callback | ) |
Initializes callback prediction.
callable | $callback | Custom callback |
Prophecy\Prediction\CallbackPrediction::check | ( | array | $calls, |
ObjectProphecy | $object, | ||
MethodProphecy | $method | ||
) |
Executes preset callback.
Call[] | $calls | |
ObjectProphecy | $object | |
MethodProphecy | $method |
Implements Prophecy\Prediction\PredictionInterface.