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/
H A 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/
H A 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;
H A 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;
H A 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;
H A DPredictionInterface.php12 namespace Prophecy\Prediction;
14 use Prophecy\Call\Call;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
H A 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;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A 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;
H A 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/
H A DReturnArgumentPromise.php12 namespace Prophecy\Promise;
14 use Prophecy\Exception\InvalidArgumentException;
15 use Prophecy\Prophecy\ObjectProphecy;
16 use Prophecy\Prophecy\MethodProphecy;
H A DCallbackPromise.php12 namespace Prophecy\Promise;
14 use Prophecy\Prophecy\ObjectProphecy;
15 use Prophecy\Prophecy\MethodProphecy;
16 use Prophecy\Exception\InvalidArgumentException;
H A DPromiseInterface.php12 namespace Prophecy\Promise;
14 use Prophecy\Prophecy\ObjectProphecy;
15 use Prophecy\Prophecy\MethodProphecy;
H A DReturnPromise.php12 namespace Prophecy\Promise;
14 use Prophecy\Prophecy\ObjectProphecy;
15 use Prophecy\Prophecy\MethodProphecy;
H A 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/Exception/Prediction/
H A DUnexpectedCallsException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Prophecy\MethodProphecy;
15 use Prophecy\Exception\Prophecy\MethodProphecyException;
H A DNoCallsException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Exception\Prophecy\MethodProphecyException;
H A DUnexpectedCallsCountException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Prophecy\MethodProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A 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/Call/
H A 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/
H A DObjectProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Prophecy\ObjectProphecy;
H A DMethodProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Prophecy\MethodProphecy;
H A DProphecyException.php12 namespace Prophecy\Exception\Prophecy;
14 use Prophecy\Exception\Exception;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A 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;
H A 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/
H A 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;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DProphecyComparator.php12 namespace Prophecy\Comparator;
14 use Prophecy\Prophecy\ProphecyInterface;

1234