function ThrowPromiseSpec::let in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/spec/Prophecy/Promise/ThrowPromiseSpec.php \spec\Prophecy\Promise\ThrowPromiseSpec::let()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Promise/ ThrowPromiseSpec.php, line 9
Class
Namespace
spec\Prophecy\PromiseCode
function let() {
$this
->beConstructedWith('RuntimeException');
}