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