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

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

public let ( PhpSpec\Matcher\Matcher $matcher )
$matcher PhpSpec\Matcher\Matcher
    function let(Matcher $matcher)
    {
        $this->beConstructedWith($matcher);
    }