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