Skip to content

Commit ef8ab8f

Browse files
committed
Add test for 7-digit EG postcodes
1 parent 59236ee commit ef8ab8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Formatter/EGFormatterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public function providerFormat() : array
3535
['1234', null],
3636
['12345', '12345'],
3737
['123456', null],
38+
['1234567', '1234567'],
39+
['12345678', null],
3840

3941
['A', null],
4042
['AB', null],

0 commit comments

Comments
 (0)