Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php33 private $recordedCalls = array(); variable in Prophecy\\Call\\CallCenter
78 $this->recordedCalls[] = new Call($methodName, $arguments, null, null, $file, $line);
119 $this->recordedCalls[] = $call = new Call(
142 array_filter($this->recordedCalls, function (Call $call) use ($methodName, $wildcard) {