You are here

public function MethodProphecy::getCheckedPredictions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Prophecy

Code

public function getCheckedPredictions() {
  return $this->checkedPredictions;
}