Home
last modified time | relevance | path

Searched refs:Prophecy (Results 1 – 25 of 93) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/ !
DProphet.php12 namespace Prophecy; namespace
14 use Prophecy\Doubler\Doubler;
15 use Prophecy\Doubler\LazyDouble;
16 use Prophecy\Doubler\ClassPatch;
17 use Prophecy\Prophecy\ObjectProphecy;
18 use Prophecy\Prophecy\RevealerInterface;
19 use Prophecy\Prophecy\Revealer;
20 use Prophecy\Call\CallCenter;
21 use Prophecy\Util\StringUtil;
22 use Prophecy\Exception\Prediction\PredictionException;
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/ !
DCallPrediction.php12 namespace Prophecy\Prediction;
14 use Prophecy\Call\Call;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
17 use Prophecy\Argument\ArgumentsWildcard;
18 use Prophecy\Argument\Token\AnyValuesToken;
19 use Prophecy\Util\StringUtil;
20 use Prophecy\Exception\Prediction\NoCallsException;
DCallTimesPrediction.php12 namespace Prophecy\Prediction;
14 use Prophecy\Call\Call;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
17 use Prophecy\Argument\ArgumentsWildcard;
18 use Prophecy\Argument\Token\AnyValuesToken;
19 use Prophecy\Util\StringUtil;
20 use Prophecy\Exception\Prediction\UnexpectedCallsCountException;
DNoCallsPrediction.php12 namespace Prophecy\Prediction;
14 use Prophecy\Call\Call;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
17 use Prophecy\Util\StringUtil;
18 use Prophecy\Exception\Prediction\UnexpectedCallsException;
DCallbackPrediction.php12 namespace Prophecy\Prediction;
14 use Prophecy\Call\Call;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
17 use Prophecy\Exception\InvalidArgumentException;
DPredictionInterface.php12 namespace Prophecy\Prediction;
14 use Prophecy\Call\Call;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ !
DObjectProphecy.php12 namespace Prophecy\Prophecy;
15 use Prophecy\Comparator\Factory as ComparatorFactory;
16 use Prophecy\Call\Call;
17 use Prophecy\Doubler\LazyDouble;
18 use Prophecy\Argument\ArgumentsWildcard;
19 use Prophecy\Call\CallCenter;
20 use Prophecy\Exception\Prophecy\ObjectProphecyException;
21 use Prophecy\Exception\Prophecy\MethodProphecyException;
22 use Prophecy\Exception\Prediction\AggregateException;
23 use Prophecy\Exception\Prediction\PredictionException;
DMethodProphecy.php12 namespace Prophecy\Prophecy;
14 use Prophecy\Argument;
15 use Prophecy\Prophet;
16 use Prophecy\Promise;
17 use Prophecy\Prediction;
18 use Prophecy\Exception\Doubler\MethodNotFoundException;
19 use Prophecy\Exception\InvalidArgumentException;
20 use Prophecy\Exception\Prophecy\MethodProphecyException;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/ !
DReturnArgumentPromise.php12 namespace Prophecy\Promise;
14 use Prophecy\Exception\InvalidArgumentException;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
DCallbackPromise.php12 namespace Prophecy\Promise;
14 use Prophecy\Prophecy\ObjectProphecy;
15 use Prophecy\Prophecy\MethodProphecy;
16 use Prophecy\Exception\InvalidArgumentException;
DPromiseInterface.php12 namespace Prophecy\Promise;
14 use Prophecy\Prophecy\ObjectProphecy;
15 use Prophecy\Prophecy\MethodProphecy;
DReturnPromise.php12 namespace Prophecy\Promise;
14 use Prophecy\Prophecy\ObjectProphecy;
15 use Prophecy\Prophecy\MethodProphecy;
DThrowPromise.php12 namespace Prophecy\Promise;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
17 use Prophecy\Exception\InvalidArgumentException;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/ !
DCallCenter.php12 namespace Prophecy\Call;
14 use Prophecy\Exception\Prophecy\MethodProphecyException;
15 use Prophecy\Prophecy\MethodProphecy;
16 use Prophecy\Prophecy\ObjectProphecy;
17 use Prophecy\Argument\ArgumentsWildcard;
18 use Prophecy\Util\StringUtil;
19 use Prophecy\Exception\Call\UnexpectedCallException;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/ !
DUnexpectedCallsException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Prophecy\MethodProphecy;
15 use Prophecy\Exception\Prophecy\MethodProphecyException;
DNoCallsException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Exception\Prophecy\MethodProphecyException;
DUnexpectedCallsCountException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Prophecy\MethodProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/ !
DUnexpectedCallException.php12 namespace Prophecy\Exception\Call;
14 use Prophecy\Exception\Prophecy\ObjectProphecyException;
15 use Prophecy\Prophecy\ObjectProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ !
DObjectProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Prophecy\ObjectProphecy;
DMethodProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Prophecy\MethodProphecy;
DProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Exception\Exception;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ !
DMagicCallPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
16 use Prophecy\PhpDocumentor\ClassAndInterfaceTagRetriever;
17 use Prophecy\PhpDocumentor\MethodTagRetrieverInterface;
DProphecySubjectPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
16 use Prophecy\Doubler\Generator\Node\ArgumentNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ !
DDoubler.php12 namespace Prophecy\Doubler;
15 use Prophecy\Doubler\ClassPatch\ClassPatchInterface;
16 use Prophecy\Doubler\Generator\ClassMirror;
17 use Prophecy\Doubler\Generator\ClassCreator;
18 use Prophecy\Exception\InvalidArgumentException;
DLazyDouble.php12 namespace Prophecy\Doubler;
14 use Prophecy\Exception\Doubler\DoubleException;
15 use Prophecy\Exception\Doubler\ClassNotFoundException;
16 use Prophecy\Exception\Doubler\InterfaceNotFoundException;

1234