Omnipay\Common\Message\AbstractResponseTest::testGetTransactionIdNull PHP Méthode

testGetTransactionIdNull() public méthode

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