public function testAmountIsWeightIsOmmittedIfFalse() { $this->record->setAmountIsWeight(false); $this->gen->build(); $xml = $this->xmlWriter->outputMemory(true); $this->assertNotTag(array('tag' => 'AMOUNT_IS_WEIGHT'), $xml, '', false); }