You are here

function PhoneIntTest::testRemoveNDD in Phone 6

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

File

tests/phone.int.test, line 61

Class

PhoneIntTest

Code

function testRemoveNDD() {
  $this
    ->assertConversion('+54 0435344', '+54 435344');
}