You are here

public function PhoneIntTest::testRemoveNonStandardNDD in Phone 7

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

File

tests/phone.int.test, line 68

Class

PhoneIntTest

Code

public function testRemoveNonStandardNDD() {
  $this
    ->assertConversion('+374 (8) 435344', '+374 435344');
}