Omnipay\Common\Message\AbstractRequestTest::testGetResponseAfterRequestSent PHP Метод

testGetResponseAfterRequestSent() публичный Метод

    public function testGetResponseAfterRequestSent()
    {
        $this->request = new AbstractRequestTest_MockAbstractRequest($this->getHttpClient(), $this->getHttpRequest());
        $this->request->send();
        $response = $this->request->getResponse();
        $this->assertInstanceOf('\\Omnipay\\Common\\Message\\ResponseInterface', $response);
    }