You are here

public function ILPhoneNumberTestCase::testPhoneILFormatting in Phone 7

Same name and namespace in other branches
  1. 6 tests/phone-il.test \ILPhoneNumberTestCase::testPhoneILFormatting()

File

tests/phone.il.test, line 24

Class

ILPhoneNumberTestCase

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"');
}