validate() public static method

validate 1-2 type keys, based on Social Scurity B2 Norm French & Belgian "Clef type 1-2 Norme B2 Securité Sociale".
public static validate ( string $code = '', integer $key ) : boolean
$code string
$key integer
return boolean
 /**
  * testInvalidOrganismeType1_2NormeB2
  *
  * @param string $code
  * @param int    $clef
  *
  * @dataProvider getInvalidValues
  *
  * @return void
  */
 public function testInvalidValues($code = "", $clef = 0)
 {
     $this->assertFalse(OrganismeType12NormeB2::validate($code, $clef));
 }