Searched refs:Prediction (Results 1 – 16 of 16) sorted by relevance
17 use Prophecy\Prediction; alias218 * @param callable|Prediction\PredictionInterface $prediction230 if (!$prediction instanceof Prediction\PredictionInterface) {252 return $this->should(new Prediction\CallPrediction);264 return $this->should(new Prediction\NoCallsPrediction);296 * @param callable|Prediction\PredictionInterface $prediction308 if (!$prediction instanceof Prediction\PredictionInterface) {345 return $this->shouldHave(new Prediction\CallPrediction);357 return $this->shouldHave(new Prediction\NoCallsPrediction);424 * @return null|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;