Skip to content

Commit

Permalink
Add test for 7-digit EG postcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Sep 15, 2024
1 parent 59236ee commit ef8ab8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Formatter/EGFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public function providerFormat() : array
['1234', null],
['12345', '12345'],
['123456', null],
['1234567', '1234567'],
['12345678', null],

['A', null],
['AB', null],
Expand Down

0 comments on commit ef8ab8f

Please sign in to comment.