Home
last modified time | relevance | path

Searched refs:Doubler (Results 1 – 25 of 35) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
DProphet.php14 use Prophecy\Doubler\Doubler; alias
15 use Prophecy\Doubler\LazyDouble;
16 use Prophecy\Doubler\ClassPatch;
44 * @param null|Doubler $doubler
48 public function __construct(Doubler $doubler = null, RevealerInterface $revealer = null,
52 $doubler = new Doubler;
108 * @return Doubler
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
DLazyDouble.php12 namespace Prophecy\Doubler;
14 use Prophecy\Exception\Doubler\DoubleException;
15 use Prophecy\Exception\Doubler\ClassNotFoundException;
16 use Prophecy\Exception\Doubler\InterfaceNotFoundException;
36 * @param Doubler $doubler
38 public function __construct(Doubler $doubler)
DDoubler.php12 namespace Prophecy\Doubler;
15 use Prophecy\Doubler\ClassPatch\ClassPatchInterface;
16 use Prophecy\Doubler\Generator\ClassMirror;
17 use Prophecy\Doubler\Generator\ClassCreator;
27 class Doubler class
DCachedDoubler.php12 namespace Prophecy\Doubler;
22 class CachedDoubler extends Doubler
DDoubleInterface.php12 namespace Prophecy\Doubler;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
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;
DDisableConstructorPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
DTraversablePatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
DMagicCallPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
DThrowablePatch.php3 namespace Prophecy\Doubler\ClassPatch;
5 use Prophecy\Doubler\Generator\Node\ClassNode;
6 use Prophecy\Exception\Doubler\ClassCreatorException;
DSplFileInfoPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
DClassPatchInterface.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
DReflectionClassNewInstancePatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
DKeywordPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
DHhvmExceptionPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
DClassCreatorException.php12 namespace Prophecy\Exception\Doubler;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
DDoubleException.php12 namespace Prophecy\Exception\Doubler;
DDoublerException.php12 namespace Prophecy\Exception\Doubler;
DInterfaceNotFoundException.php12 namespace Prophecy\Exception\Doubler;
DClassMirrorException.php12 namespace Prophecy\Exception\Doubler;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
DClassCreator.php12 namespace Prophecy\Doubler\Generator;
14 use Prophecy\Exception\Doubler\ClassCreatorException;
DReflectionInterface.php12 namespace Prophecy\Doubler\Generator;
DTypeHintReference.php3 namespace Prophecy\Doubler\Generator;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
DClassNode.php12 namespace Prophecy\Doubler\Generator\Node;
14 use Prophecy\Exception\Doubler\MethodNotExtendableException;
DMethodNode.php12 namespace Prophecy\Doubler\Generator\Node;
14 use Prophecy\Doubler\Generator\TypeHintReference;

12