From 61cb0f8e626b450cbf77a63728caf91d9e9bfced Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 10 Jul 2024 13:54:08 +0200 Subject: [PATCH] Add potentially problematic IBAN numbers --- tests/Rules/IbanTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Rules/IbanTest.php b/tests/Rules/IbanTest.php index 7b265e3..a23eeb5 100644 --- a/tests/Rules/IbanTest.php +++ b/tests/Rules/IbanTest.php @@ -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'],