Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php77 if ('__destruct' === $methodName || 0 == count($prophecy->getMethodProphecies())) {
85 foreach ($prophecy->getMethodProphecies($methodName) as $methodProphecy) {
165 …foreach (call_user_func_array('array_merge', $prophecy->getMethodProphecies()) as $methodProphecy)…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php165 public function getMethodProphecies($methodName = null) function in Prophecy\\Prophecy\\ObjectProphecy
244 foreach ($this->getMethodProphecies($methodName) as $prophecy) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1166 foreach ($objectProphecy->getMethodProphecies() as $methodProphecies) {