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

testStartMonth() 공개 메소드

public testStartMonth ( )
    public function testStartMonth()
    {
        $this->card->setStartMonth(9);
        $this->assertSame(9, $this->card->getStartMonth());
    }
CreditCardTest