Their data structures require up to 14-digit fields and all GTIN processing software should allow for 14 digits.
상속: extends Gtin14, implements isocodes\IsoCodeInterface
예제 #1
0
파일: UdiTest.php 프로젝트: natxet/IsoCodes
 /**
  * testInvalidUdi
  *
  * @param mixed $di
  *
  * @dataProvider getInvalidUdi
  *
  * @return void
  */
 public function testInvalidUdi($di)
 {
     $this->assertFalse(Udi::validate($di));
 }