public function AggregateException::setObjectProphecy in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Prophecy\Exception\PredictionCode
public function setObjectProphecy(ObjectProphecy $objectProphecy) {
$this->objectProphecy = $objectProphecy;
}