spec\Mdb\PayPal\Ipn\Service\GuzzleServiceSpec::let PHP Method

let() public method

public let ( ClientStub $httpClient )
$httpClient ClientStub
    function let(ClientStub $httpClient)
    {
        $this->beConstructedWith($httpClient, 'http://foo.bar');
    }