spec\PhpSpec\Wrapper\Subject\Expectation\DecoratorSpec::let PHP Метод

let() публичный Метод

public let ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
    function let(Expectation $expectation)
    {
        $this->beAnInstanceOf('spec\\PhpSpec\\Wrapper\\Subject\\Expectation\\Decorator');
        $this->beConstructedWith($expectation);
    }