Omnipay\Common\CreditCardTest::testShippingCity PHP 메소드

testShippingCity() 공개 메소드

public testShippingCity ( )
    public function testShippingCity()
    {
        $this->card->setShippingCity('Quahog');
        $this->assertEquals('Quahog', $this->card->getShippingCity());
    }
CreditCardTest