コード例 #1
0
ファイル: GsrnTest.php プロジェクト: natxet/IsoCodes
 /**
  * testInvalidGsrn
  *
  * @param mixed $gsrn
  *
  * @dataProvider getInvalidGsrn
  *
  * @return void
  */
 public function testInvalidGsrn($gsrn)
 {
     $this->assertFalse(Gsrn::validate($gsrn));
 }