Example #1
0
 public function testSetQty()
 {
     $qty = 3;
     $this->assertEquals($this->item->setQty($qty), $this->item);
     $this->assertEquals($this->item->getQty(), $qty);
 }