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

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

public let ( ExampleNode $example, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, MatcherManager $matchers )
$example PhpSpec\Loader\Node\ExampleNode
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$matchers PhpSpec\Runner\MatcherManager
    function let(ExampleNode $example, EventDispatcherInterface $dispatcher, MatcherManager $matchers)
    {
        $this->beConstructedWith($example, $dispatcher, $matchers);
    }