You are here

function ReturnPromiseSpec::let in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnPromiseSpec.php \spec\Prophecy\Promise\ReturnPromiseSpec::let()

File

vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnPromiseSpec.php, line 9

Class

ReturnPromiseSpec

Namespace

spec\Prophecy\Promise

Code

function let() {
  $this
    ->beConstructedWith(array(
    42,
  ));
}