public function test_checkComparedTo_ShouldNotFail_IfValid()
 {
     $this->assertNull($this->validator->checkComparedTo('day', 7));
     $this->assertNull($this->validator->checkComparedTo('week', 1));
     $this->assertNull($this->validator->checkComparedTo('month', 12));
 }