Skip to content

Commit

Permalink
Merge pull request ulabox#1 from ricardclau/special_test
Browse files Browse the repository at this point in the history
some special nif cases
  • Loading branch information
acasademont authored Aug 2, 2017
2 parents ccc3e1a + 472d381 commit dde033f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/NifValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function validPersonalNifs()
['Z8327649K'],
['Y4174455S'],
//Other NIF
['K9514336H'],
['00000010X'],
];
}

Expand All @@ -97,6 +99,8 @@ public function invalidPersonalNifs()
['Z8327649B'],
['Y4174455C'],
//Other NIF
['M3118299M'],
['00000010Y']
];
}

Expand Down

0 comments on commit dde033f

Please sign in to comment.