Searched refs:ReturnPromise (Results 1 – 3 of 3) sorted by relevance
22 class ReturnPromise implements PromiseInterface class
180 return $this->will(new Promise\ReturnPromise(func_get_args()));
153 $prophecy->read('123')->will(new Prophecy\Promise\ReturnPromise(array('value')));160 - `ReturnPromise` or `->willReturn(1)` - returns a value from a method call