Home
last modified time | relevance | path

Searched defs:objectProphecy (Results 1 – 4 of 4) 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)
/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)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php22 public function __construct($message, ObjectProphecy $objectProphecy,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php29 private $objectProphecy; variable in Prophecy\\Prophecy\\MethodProphecy
47 public function __construct(ObjectProphecy $objectProphecy, $methodName, $arguments = null)