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