Searched refs:shouldHave (Results 1 – 2 of 2) sorted by relevance
302 public function shouldHave($prediction) function in Prophecy\\Prophecy\\MethodProphecy345 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);
381 manually by using the `MethodProphecy::shouldHave(PredictionInterface $prediction)` method: