Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php22 class ReturnPromise implements PromiseInterface class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php180 return $this->will(new Promise\ReturnPromise(func_get_args()));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md153 $prophecy->read('123')->will(new Prophecy\Promise\ReturnPromise(array('value')));
160 - `ReturnPromise` or `->willReturn(1)` - returns a value from a method call