Their data structures require up to 14-digit fields and all GTIN processing software should allow for 14 digits.
Inheritance: extends Gtin14, implements isocodes\IsoCodeInterface
Example #1
0
 /**
  * testInvalidUdi
  *
  * @param mixed $di
  *
  * @dataProvider getInvalidUdi
  *
  * @return void
  */
 public function testInvalidUdi($di)
 {
     $this->assertFalse(Udi::validate($di));
 }