public function testIsValid()
 {
     $this->promotion->setMaxRedemptions(null);
     $this->assertTrue($this->promotion->isValidPromotion(new DateTime()));
 }