Home
last modified time | relevance | path

Searched refs:stringifyCalls (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallTimesPrediction.php76 $this->util->stringifyCalls($calls)
90 $this->util->stringifyCalls($methodCalls)
H A DNoCallsPrediction.php65 $this->util->stringifyCalls($calls)
H A DCallPrediction.php72 $this->util->stringifyCalls($methodCalls)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php87 public function stringifyCalls(array $calls) function in Prophecy\\Util\\StringUtil