spec\PhpSpec\Matcher\ApproximatelyMatcherSpec::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(41.889240346184, 0.1);
        $this->beConstructedWith($presenter);
    }