Home
last modified time | relevance | path

Searched refs:objectProphecy (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DObjectProphecyException.php18 private $objectProphecy; variable in Prophecy\\Exception\\Prophecy\\ObjectProphecyException
20 public function __construct($message, ObjectProphecy $objectProphecy) argument
24 $this->objectProphecy = $objectProphecy;
32 return $this->objectProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php19 private $objectProphecy; variable in Prophecy\\Exception\\Prediction\\AggregateException
39 public function setObjectProphecy(ObjectProphecy $objectProphecy) argument
41 $this->objectProphecy = $objectProphecy;
49 return $this->objectProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php29 private $objectProphecy; variable in Prophecy\\Prophecy\\MethodProphecy
41 * @param ObjectProphecy $objectProphecy
47 public function __construct(ObjectProphecy $objectProphecy, $methodName, $arguments = null) argument
49 $double = $objectProphecy->reveal();
56 $this->objectProphecy = $objectProphecy;
448 return $this->objectProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php22 public function __construct($message, ObjectProphecy $objectProphecy, argument
25 parent::__construct($message, $objectProphecy);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1165 foreach ($this->prophet->getProphecies() as $objectProphecy) {
1166 foreach ($objectProphecy->getMethodProphecies() as $methodProphecies) {