コード例 #1
0
ファイル: FieldTest.php プロジェクト: cKlee/PicaRecord
 public function testInvalidFieldOccurrenceUpperBound()
 {
     $this->assertFalse(Field::isValidFieldOccurrence(100));
 }