Searched refs:Prediction (Results 1 – 16 of 16) sorted by relevance
17 use Prophecy\Prediction; alias218 * @param callable|Prediction\PredictionInterface $prediction227 $prediction = new Prediction\CallbackPrediction($prediction);230 if (!$prediction instanceof Prediction\PredictionInterface) {252 return $this->should(new Prediction\CallPrediction);264 return $this->should(new Prediction\NoCallsPrediction);278 return $this->should(new Prediction\CallTimesPrediction($count));296 * @param callable|Prediction\PredictionInterface $prediction305 $prediction = new Prediction\CallbackPrediction($prediction);308 if (!$prediction instanceof Prediction\PredictionInterface) {[all …]
22 use Prophecy\Exception\Prediction\AggregateException;23 use Prophecy\Exception\Prediction\PredictionException;
12 namespace Prophecy\Prediction;18 use Prophecy\Exception\Prediction\UnexpectedCallsException;
12 namespace Prophecy\Prediction;20 use Prophecy\Exception\Prediction\NoCallsException;
12 namespace Prophecy\Prediction;20 use Prophecy\Exception\Prediction\UnexpectedCallsCountException;
12 namespace Prophecy\Prediction;
22 use Prophecy\Exception\Prediction\PredictionException;23 use Prophecy\Exception\Prediction\AggregateException;
12 namespace Prophecy\Exception\Prediction;
351 $entityManager->flush()->should(new Prophecy\Prediction\CallPrediction());
17 use Prophecy\Exception\Prediction\PredictionException;