Beispiel #1
0
 public function testEmailParameterMatchesEmailFormat()
 {
     $billing = new BillingInformation($this->getCustomer(), $this->getAddress(), '*****@*****.**', '192.168.0.1');
     $this->assertEquals('*****@*****.**', $billing->getEmail());
 }