function PhoneIntTest::testRemoveNonStandardNDD in Phone 6
Same name and namespace in other branches
- 7 tests/phone.int.test \PhoneIntTest::testRemoveNonStandardNDD()
File
- tests/
phone.int.test, line 65
Class
Code
function testRemoveNonStandardNDD() {
$this
->assertConversion('+374 (8) 435344', '+374 435344');
}