You are here

public function PhoneIntTest::testRemoveNDD in Phone 7

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

File

tests/phone.int.test, line 64

Class

PhoneIntTest

Code

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