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/
H A 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/
H A 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)
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;
27 class Doubler class
H A DCachedDoubler.php12 namespace Prophecy\Doubler;
22 class CachedDoubler extends Doubler
H A DDoubleInterface.php12 namespace Prophecy\Doubler;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
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;
H A DDisableConstructorPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DTraversablePatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DMagicCallPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DThrowablePatch.php3 namespace Prophecy\Doubler\ClassPatch;
5 use Prophecy\Doubler\Generator\Node\ClassNode;
6 use Prophecy\Exception\Doubler\ClassCreatorException;
H A DSplFileInfoPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DClassPatchInterface.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DReflectionClassNewInstancePatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DHhvmExceptionPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DKeywordPatch.php12 namespace Prophecy\Doubler\ClassPatch;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php12 namespace Prophecy\Exception\Doubler;
14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DDoubleException.php12 namespace Prophecy\Exception\Doubler;
H A DInterfaceNotFoundException.php12 namespace Prophecy\Exception\Doubler;
H A DDoublerException.php12 namespace Prophecy\Exception\Doubler;
H A DClassMirrorException.php12 namespace Prophecy\Exception\Doubler;
H A DClassNotFoundException.php12 namespace Prophecy\Exception\Doubler;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php12 namespace Prophecy\Doubler\Generator;
14 use Prophecy\Exception\Doubler\ClassCreatorException;
H A DReflectionInterface.php12 namespace Prophecy\Doubler\Generator;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php12 namespace Prophecy\Doubler\Generator\Node;
14 use Prophecy\Exception\Doubler\MethodNotExtendableException;
H A DMethodNode.php12 namespace Prophecy\Doubler\Generator\Node;
14 use Prophecy\Doubler\Generator\TypeHintReference;

12