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

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

public let ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, PhpSpec\Matcher\Matcher $matcher, ExampleNode $example )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$matcher PhpSpec\Matcher\Matcher
$example PhpSpec\Loader\Node\ExampleNode
    function let(Expectation $expectation, EventDispatcherInterface $dispatcher, Matcher $matcher, ExampleNode $example)
    {
        $this->beConstructedWith($expectation, $dispatcher, $matcher, $example);
    }