Esempio n. 1
0
 public function testSetinvoiceAddress()
 {
     $this->orderEvent->setInvoiceAddress(654);
     $this->orderAction->setInvoiceAddress($this->orderEvent);
     $this->assertEquals(654, $this->orderEvent->getOrder()->getChoosenInvoiceAddress());
 }