Omnipay\Common\Message\AbstractRequestTest::testGetResponseBeforeRequestSent PHP 메소드

testGetResponseBeforeRequestSent() 공개 메소드

    public function testGetResponseBeforeRequestSent()
    {
        $this->request = new AbstractRequestTest_MockAbstractRequest($this->getHttpClient(), $this->getHttpRequest());
        $this->request->getResponse();
    }