Home
last modified time | relevance | path

Searched refs:getObjectProphecy (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php319 $calls = $this->getObjectProphecy()->findProphecyMethodCalls(
325 $prediction->check($calls, $this->getObjectProphecy(), $this);
446 public function getObjectProphecy() function in Prophecy\\Prophecy\\MethodProphecy
485 $this->getObjectProphecy()->addMethodProphecy($this);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DObjectProphecyException.php30 public function getObjectProphecy() function in Prophecy\\Exception\\Prophecy\\ObjectProphecyException
H A DMethodProphecyException.php22 parent::__construct($message, $methodProphecy->getObjectProphecy());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php47 public function getObjectProphecy() function in Prophecy\\Exception\\Prediction\\AggregateException