You are here

function LazyDoubleSpec::let in Zircon Profile 8

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

Parameters

\Prophecy\Doubler\Doubler $doubler:

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/LazyDoubleSpec.php, line 12

Class

LazyDoubleSpec

Namespace

spec\Prophecy\Doubler

Code

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