/**
  * Test getting quantity.
  */
 public function testGetQty()
 {
     $this->assertEquals($this->pl->getQty(), 3);
 }