You are here

public function PhoneIntTest::testAddCountryCode in Phone 7

Same name and namespace in other branches
  1. 6 tests/phone.int.test \PhoneIntTest::testAddCountryCode()

File

tests/phone.int.test, line 72

Class

PhoneIntTest

Code

public function testAddCountryCode() {
  $this
    ->assertConversion('732 343 2333', '+1 732 343 2333', array(
    'phone_default_country_code' => '1',
  ));
}