Omnipay\Common\CreditCardTest::testShippingFax PHP Method

testShippingFax() public method

public testShippingFax ( )
    public function testShippingFax()
    {
        $this->card->setShippingFax('54321');
        $this->assertEquals('54321', $this->card->getShippingFax());
    }
CreditCardTest