PHP 클래스 spec\Mdb\PayPal\Ipn\Service\GuzzleServiceSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: mike182uk/paypal-ipn-listener

공개 메소드들

메소드 설명
it_should_be_a_service ( )
it_should_return_a_service_response_when_verifying_an_ipn_message ( ClientStub $httpClient, Message $message, Psr\Http\Message\ResponseInterface $response )
it_should_throw_a_service_exception_when_a_request_fails ( ClientStub $httpClient, Message $message )
let ( ClientStub $httpClient )

메소드 상세

it_should_be_a_service() 공개 메소드

it_should_return_a_service_response_when_verifying_an_ipn_message() 공개 메소드

public it_should_return_a_service_response_when_verifying_an_ipn_message ( ClientStub $httpClient, Message $message, Psr\Http\Message\ResponseInterface $response )
$httpClient ClientStub
$message Mdb\PayPal\Ipn\Message
$response Psr\Http\Message\ResponseInterface

it_should_throw_a_service_exception_when_a_request_fails() 공개 메소드

public it_should_throw_a_service_exception_when_a_request_fails ( ClientStub $httpClient, Message $message )
$httpClient ClientStub
$message Mdb\PayPal\Ipn\Message

let() 공개 메소드

public let ( ClientStub $httpClient )
$httpClient ClientStub