Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NoCallsPrediction.php
function NoCallsPrediction::__construct
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Prediction/
NoCallsPrediction.php
, line 29
Class
NoCallsPrediction
Tests that there were no calls made.
Namespace
Prophecy\Prediction
Code
public
function
__construct
(?StringUtil
$util
=
null
) {
$this
->
util
=
$util
?:
new
StringUtil
(); }
RSS feed