Home
last modified time | relevance | path

Searched refs:registerClassPatch (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php29 public function registerClassPatch(ClassPatch\ClassPatchInterface $patch) function in Prophecy\\Doubler\\CachedDoubler
33 parent::registerClassPatch($patch);
H A DDoubler.php73 public function registerClassPatch(ClassPatchInterface $patch) function in Prophecy\\Doubler\\Doubler
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php53 $doubler->registerClassPatch(new ClassPatch\SplFileInfoPatch);
54 $doubler->registerClassPatch(new ClassPatch\TraversablePatch);
55 $doubler->registerClassPatch(new ClassPatch\ThrowablePatch);
56 $doubler->registerClassPatch(new ClassPatch\DisableConstructorPatch);
57 $doubler->registerClassPatch(new ClassPatch\ProphecySubjectPatch);
58 $doubler->registerClassPatch(new ClassPatch\ReflectionClassNewInstancePatch);
59 $doubler->registerClassPatch(new ClassPatch\HhvmExceptionPatch());
60 $doubler->registerClassPatch(new ClassPatch\MagicCallPatch);
61 $doubler->registerClassPatch(new ClassPatch\KeywordPatch);