Home
last modified time | relevance | path

Searched refs:Prediction (Results 1 – 16 of 16) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php17 use Prophecy\Prediction; alias
218 * @param callable|Prediction\PredictionInterface $prediction
230 if (!$prediction instanceof Prediction\PredictionInterface) {
252 return $this->should(new Prediction\CallPrediction);
264 return $this->should(new Prediction\NoCallsPrediction);
296 * @param callable|Prediction\PredictionInterface $prediction
308 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 …]
H A DObjectProphecy.php22 use Prophecy\Exception\Prediction\AggregateException;
23 use Prophecy\Exception\Prediction\PredictionException;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php12 namespace Prophecy\Prediction;
18 use Prophecy\Exception\Prediction\UnexpectedCallsException;
H A DCallPrediction.php12 namespace Prophecy\Prediction;
20 use Prophecy\Exception\Prediction\NoCallsException;
H A DCallTimesPrediction.php12 namespace Prophecy\Prediction;
20 use Prophecy\Exception\Prediction\UnexpectedCallsCountException;
H A DPredictionInterface.php12 namespace Prophecy\Prediction;
H A DCallbackPrediction.php12 namespace Prophecy\Prediction;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php22 use Prophecy\Exception\Prediction\PredictionException;
23 use Prophecy\Exception\Prediction\AggregateException;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DFailedPredictionException.php12 namespace Prophecy\Exception\Prediction;
H A DPredictionException.php12 namespace Prophecy\Exception\Prediction;
H A DNoCallsException.php12 namespace Prophecy\Exception\Prediction;
H A DUnexpectedCallsCountException.php12 namespace Prophecy\Exception\Prediction;
H A DUnexpectedCallsException.php12 namespace Prophecy\Exception\Prediction;
H A DAggregateException.php12 namespace Prophecy\Exception\Prediction;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md351 $entityManager->flush()->should(new Prophecy\Prediction\CallPrediction());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php17 use Prophecy\Exception\Prediction\PredictionException;