Home
last modified time | relevance | path

Searched refs:ThrowPromise (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php25 class ThrowPromise implements PromiseInterface class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php212 return $this->will(new Promise\ThrowPromise($exception));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md55 * Allow `\Error` instances in `ThrowPromise` (thanks @jameshalsall)
90 * Enhance exception for invalid argument to ThrowPromise (thanks @Tobion)
H A DREADME.md162 - `ThrowPromise` or `->willThrow($exception)` - causes the method to throw specific exception