function PhoneIntTest::testAddCountryCode in Phone 6
Same name and namespace in other branches
- 7 tests/phone.int.test \PhoneIntTest::testAddCountryCode()
File
- tests/
phone.int.test, line 69
Class
Code
function testAddCountryCode() {
$this
->assertConversion('732 343 2333', '+1 732 343 2333', array(
'phone_default_country_code' => '1',
));
}