Inheritance: implements isocodes\IsoCodeInterface
Example #1
0
 /**
  * testValidInsee
  *
  * @param mixed $insee
  *
  * @dataProvider getInvalidInsees
  *
  * @return void
  */
 public function testInvalidInsee($insee)
 {
     $this->assertFalse(Insee::validate($insee));
 }