Searched refs:objectProphecy (Results 1 – 5 of 5) sorted by relevance
18 private $objectProphecy; variable in Prophecy\\Exception\\Prophecy\\ObjectProphecyException20 public function __construct($message, ObjectProphecy $objectProphecy) argument24 $this->objectProphecy = $objectProphecy;32 return $this->objectProphecy;
19 private $objectProphecy; variable in Prophecy\\Exception\\Prediction\\AggregateException39 public function setObjectProphecy(ObjectProphecy $objectProphecy) argument41 $this->objectProphecy = $objectProphecy;49 return $this->objectProphecy;
29 private $objectProphecy; variable in Prophecy\\Prophecy\\MethodProphecy41 * @param ObjectProphecy $objectProphecy47 public function __construct(ObjectProphecy $objectProphecy, $methodName, $arguments = null) argument49 $double = $objectProphecy->reveal();56 $this->objectProphecy = $objectProphecy;448 return $this->objectProphecy;
22 public function __construct($message, ObjectProphecy $objectProphecy, argument25 parent::__construct($message, $objectProphecy);
1165 foreach ($this->prophet->getProphecies() as $objectProphecy) {1166 foreach ($objectProphecy->getMethodProphecies() as $methodProphecies) {