You are here

function ThrowPromiseSpec::let in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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

ThrowPromiseSpec

Namespace

spec\Prophecy\Promise

Code

function let() {
  $this
    ->beConstructedWith('RuntimeException');
}