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

Breadcrumb

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

function CallPrediction::__construct

File

vendor/phpspec/prophecy/src/Prophecy/Prediction/CallPrediction.php, line 31

Class

CallPrediction
Tests that there was at least one call.

Namespace

Prophecy\Prediction

Code

public function __construct(?StringUtil $util = null) {
    $this->util = $util ?: new StringUtil();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal