You are here

public function PhoneIntTest::testBasicNormalizeOtherCharacters in Phone 7

Same name and namespace in other branches
  1. 6 tests/phone.int.test \PhoneIntTest::testBasicNormalizeOtherCharacters()

File

tests/phone.int.test, line 60

Class

PhoneIntTest

Code

public function testBasicNormalizeOtherCharacters() {
  $this
    ->assertConversion('+1 (732) 901-8493', '+1 732 901 8493');
}