public function AggregateException::setObjectProphecy in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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;
}