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