Omnipay\Common\CreditCardTest::testEmail PHP Method

testEmail() public method

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