Omnipay\Common\Message\AbstractResponseTest::testGetTransactionIdNull PHP Method

testGetTransactionIdNull() public method

    public function testGetTransactionIdNull()
    {
        $this->response = m::mock('\\Omnipay\\Common\\Message\\AbstractResponseTest_MockRedirectResponse')->makePartial();
        $this->assertNull($this->response->getTransactionId());
    }