Skip to content

Commit

Permalink
Add IBAN numbers for testing (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel authored Jul 10, 2024
1 parent 09c9ba2 commit c5394e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Rules/IbanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public static function dataProvider(): array
[true, 'QA 54QNBA0000 00000000 693123456'],
[true, 'CI93CI0080111301134291200589'],
[true, 'NI92BAMC000000000000000003123123'],
[true, 'IE91AIBK93419446888083'],
[true, 'IT38N0103014217000000668829'],
[true, 'IE92PFSR99107016194974'],
[false, 'DE21340155170648089890'],
[false, 'GR82 WEST 1234 5698 7654 32'],
[false, '5070081'],
Expand Down

0 comments on commit c5394e2

Please sign in to comment.