Example #1
0
 public function testGetLowStockDate()
 {
     // ensure we do *not* return '2015' due to casting to an int
     $date = '2015-4-17';
     $this->item->setLowStockDate($date);
     $this->assertEquals($date, $this->item->getLowStockDate());
 }