Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php93 throw $this->createUnexpectedCallException($prophecy, $methodName, $arguments);
150 private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName, function in Prophecy\\Call\\CallCenter