Home
last modified time | relevance | path

Searched refs:CallPrediction (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php252 return $this->should(new Prediction\CallPrediction);
345 return $this->shouldHave(new Prediction\CallPrediction);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php27 class CallPrediction implements PredictionInterface class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md342 The `shouldBeCalled()` method here assigns `CallPrediction` to our method prophecy.
351 $entityManager->flush()->should(new Prophecy\Prediction\CallPrediction());
367 - `CallPrediction` or `shouldBeCalled()` - checks that the method has been called 1 or more times