El Código de identificación fiscal ('CIF') ha sido hasta 2008 el nombre del sistema de identificación tributaria utilizada en España para las personas jurídicas o entidades en general según regula el Decreto 2423/1975, de 25 de septiembre.
Inheritance: implements isocodes\IsoCodeInterface
Beispiel #1
0
 /**
  * testInvalidCif
  *
  * @param string $cif
  *
  * @dataProvider getInvalidCifs
  *
  * @return void
  */
 public function testInvalidCif($cif)
 {
     $this->assertFalse(Cif::validate($cif));
 }