Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MethodProphecy.php

function MethodProphecy::getCheckedPredictions

Returns predictions that were checked on this object.

Return value

list<Prediction\PredictionInterface>

File

vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php, line 562

Class

MethodProphecy
Method prophecy.

Namespace

Prophecy\Prophecy

Code

public function getCheckedPredictions() {
    return $this->checkedPredictions;
}
RSS feed
Powered by Drupal