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