You are here

function PhoneIntTest::testBasicNormalizeOtherCharacters in Phone 6

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

File

tests/phone.int.test, line 57

Class

PhoneIntTest

Code

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