spec\Mdb\PayPal\Ipn\Service\GuzzleServiceSpec::let PHP 메소드

let() 공개 메소드

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