Searched refs:methodProphecies (Results 1 – 2 of 2) sorted by relevance
40 private $methodProphecies = array(); variable in Prophecy\\Prophecy\\ObjectProphecy151 if (!isset($this->methodProphecies[$methodName])) {152 $this->methodProphecies[$methodName] = array();155 $this->methodProphecies[$methodName][] = $methodProphecy;168 return $this->methodProphecies;171 if (!isset($this->methodProphecies[$methodName])) {175 return $this->methodProphecies[$methodName];217 foreach ($this->methodProphecies as $prophecies) {
1166 foreach ($objectProphecy->getMethodProphecies() as $methodProphecies) {1167 foreach ($methodProphecies as $methodProphecy) {