Lggr
|
Public Member Functions | |
__construct (StringUtil $util=null) | |
check (array $calls, ObjectProphecy $object, MethodProphecy $method) | |
No calls prediction.
Prophecy\Prediction\NoCallsPrediction::__construct | ( | StringUtil | $util = null | ) |
Initializes prediction.
null | StringUtil | $util |
Prophecy\Prediction\NoCallsPrediction::check | ( | array | $calls, |
ObjectProphecy | $object, | ||
MethodProphecy | $method | ||
) |
Tests that there were no calls made.
Call[] | $calls | |
ObjectProphecy | $object | |
MethodProphecy | $method |
Implements Prophecy\Prediction\PredictionInterface.