You are here

public function AggregateException::setObjectProphecy in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php \Prophecy\Exception\Prediction\AggregateException::setObjectProphecy()

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php, line 38

Class

AggregateException

Namespace

Prophecy\Exception\Prediction

Code

public function setObjectProphecy(ObjectProphecy $objectProphecy) {
  $this->objectProphecy = $objectProphecy;
}