Lggr
|
Public Member Functions | |
__construct (StringUtil $util=null) | |
check (array $calls, ObjectProphecy $object, MethodProphecy $method) | |
Call prediction.
Prophecy\Prediction\CallPrediction::__construct | ( | StringUtil | $util = null | ) |
Initializes prediction.
StringUtil | $util |
Prophecy\Prediction\CallPrediction::check | ( | array | $calls, |
ObjectProphecy | $object, | ||
MethodProphecy | $method | ||
) |
Tests that there was at least one call.
Call[] | $calls | |
ObjectProphecy | $object | |
MethodProphecy | $method |
Implements Prophecy\Prediction\PredictionInterface.