public function MethodProphecy::getCheckedPredictions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php \Prophecy\Prophecy\MethodProphecy::getCheckedPredictions()
Returns predictions that were checked on this object.
Return value
Prediction\PredictionInterface[]
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ MethodProphecy.php, line 393
Class
- MethodProphecy
- Method prophecy.
Namespace
Prophecy\ProphecyCode
public function getCheckedPredictions() {
return $this->checkedPredictions;
}