Наследование: extends Gtin13, implements isocodes\IsoCodeInterface
Пример #1
0
 /**
  * testInvalidGrai
  *
  * @param mixed $grai
  *
  * @dataProvider getInvalidGrai
  *
  * @return void
  */
 public function testInvalidGrai($grai)
 {
     $this->assertFalse(Grai::validate($grai));
 }