Searched refs:recordedCalls (Results 1 – 1 of 1) sorted by relevance
33 private $recordedCalls = array(); variable in Prophecy\\Call\\CallCenter78 $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) {