Skip to content

Commit

Permalink
add test for BE vat numbers with invalid prefix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 2, 2023
1 parent 318f2ec commit f1d5b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function testValidateVatNumberFormat()
$valid = [
'ATU12345678',
'BE0123456789',
'BE0234567891',
'BE1234567891',
'BG123456789',
'BG1234567890',
Expand Down Expand Up @@ -62,6 +63,7 @@ public function testValidateVatNumberFormat()
'ATU1234567',
'BE012345678',
'BE123456789',
'BE2234567891',
'BG1234567',
'CY1234567X',
'CZ1234567',
Expand Down

0 comments on commit f1d5b3e

Please sign in to comment.