Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php33 private $callCenter; variable in Prophecy\\Prophecy\\ObjectProphecy
46 * @param CallCenter $callCenter
52 CallCenter $callCenter = null, argument
57 $this->callCenter = $callCenter ?: new CallCenter;
189 $return = $this->callCenter->makeCall($this, $methodName, $arguments);
204 return $this->callCenter->findCalls($methodName, $wildcard);