Omnipay\Common\CreditCardTest::testStartMonth PHP Метод

testStartMonth() публичный Метод

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