Home
last modified time | relevance | path

Searched refs:shouldHave (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php302 public function shouldHave($prediction) function in Prophecy\\Prophecy\\MethodProphecy
345 return $this->shouldHave(new Prediction\CallPrediction);
357 return $this->shouldHave(new Prediction\NoCallsPrediction);
384 return $this->shouldHave(new Prediction\CallTimesPrediction($count));
408 $this->shouldHave($this->prediction);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md381 manually by using the `MethodProphecy::shouldHave(PredictionInterface $prediction)` method: