Example #1
0
 public function testInvalidFieldOccurrenceUpperBound()
 {
     $this->assertFalse(Field::isValidFieldOccurrence(100));
 }