| D | MethodProphecy.php | 224 public function should($prediction) function in Prophecy\\Prophecy\\MethodProphecy 252 return $this->should(new Prediction\CallPrediction); 264 return $this->should(new Prediction\NoCallsPrediction); 278 return $this->should(new Prediction\CallTimesPrediction($count));
|