spec\PhpSpec\Matcher\TraversableCountMatcherSpec::let PHP Method

let() public method

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter
    function let(Presenter $presenter)
    {
        $presenter->presentValue(Argument::any())->willReturn('traversable');
        $presenter->presentString(Argument::any())->willReturnArgument();
        $this->beConstructedWith($presenter);
    }