Home
last modified time | relevance | path

Searched refs:PredictionInterface (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php24 interface PredictionInterface interface
H A DCallbackPrediction.php25 class CallbackPrediction implements PredictionInterface
H A DNoCallsPrediction.php25 class NoCallsPrediction implements PredictionInterface
H A DCallPrediction.php27 class CallPrediction implements PredictionInterface
H A DCallTimesPrediction.php28 class CallTimesPrediction implements PredictionInterface
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php230 if (!$prediction instanceof Prediction\PredictionInterface) {
308 if (!$prediction instanceof Prediction\PredictionInterface) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md347 `MethodProphecy::should(PredictionInterface $prediction)` method. As a matter of fact,
374 `PredictionInterface`.
381 manually by using the `MethodProphecy::shouldHave(PredictionInterface $prediction)` method: