Esempio n. 1
0
 public function testIsValidGrandTotalGrandTotal()
 {
     $this->creditmemo->setGrandTotal(0);
     $this->creditmemo->getAllowZeroGrandTotal(true);
     $this->assertFalse($this->creditmemo->isValidGrandTotal());
 }