Omnipay\Common\Message\AbstractRequestTest::testGetResponseBeforeRequestSent PHP Method

testGetResponseBeforeRequestSent() public method

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