Searched refs:createUnexpectedCallException (Results 1 – 1 of 1) sorted by relevance
93 throw $this->createUnexpectedCallException($prophecy, $methodName, $arguments);150 private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName, function in Prophecy\\Call\\CallCenter