Skip to content

Commit

Permalink
Update AddressTransformerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 18, 2024
1 parent acf7350 commit 64bfce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/AddressTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ public function test_transform( $phone, $phone_e164 ) {
public function transform_provider() {
return [
[ '1234567890', '+311234567890' ],
[ '12 34 56 78 90', '+311234567890' ],
[ '+321234567890', '+321234567890' ],
[ '+491234567890', '+491234567890' ],
];
}
}

0 comments on commit 64bfce5

Please sign in to comment.