Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnabil230 committed Jan 21, 2025
1 parent 14609aa commit b5d7760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportPhoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function test_invalid_country_returns_null()
public function test_can_format_number()
{
$phoneNumber = PhoneNumber::of('+201200954866');
$this->assertEquals('+20 120 095 4866', $phoneNumber->formatInternational());
$this->assertEquals('+20 12 00954866', $phoneNumber->formatInternational());
$this->assertEquals('012 00954866', $phoneNumber->formatNational());
$this->assertEquals('+201200954866', $phoneNumber->formatE164());
}
Expand Down

0 comments on commit b5d7760

Please sign in to comment.