function PhoneIntTest::testBasicNormalizeOtherCharacters in Phone 6
Same name and namespace in other branches
- 7 tests/phone.int.test \PhoneIntTest::testBasicNormalizeOtherCharacters()
File
- tests/
phone.int.test, line 57
Class
Code
function testBasicNormalizeOtherCharacters() {
$this
->assertConversion('+1 (732) 901-8493', '+1 732 901 8493');
}