Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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
(); }
RSS feed