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

testEmail() 공개 메소드

public testEmail ( )
    public function testEmail()
    {
        $this->card->setEmail('[email protected]');
        $this->assertEquals('[email protected]', $this->card->getEmail());
    }
CreditCardTest