public function ILPhoneNumberTestCase::testPhoneILFormatting in Phone 6
Same name and namespace in other branches
- 7 tests/phone.il.test \ILPhoneNumberTestCase::testPhoneILFormatting()
File
- tests/
phone-il.test, line 24
Class
Code
public function testPhoneILFormatting() {
$this
->assertEqual(format_phone_number('il', '1800 999 999', null), '1800 999 999', 'Formatting OK "1800 999 999" --> "1800 999 999"');
}