Esempio n. 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testForLength15ShouldThrowException()
 {
     GtinFormat::forLength(15);
 }