You are here

function PhoneIntTest::testLetters in Phone 6

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

File

tests/phone.int.test, line 85

Class

PhoneIntTest

Code

function testLetters() {
  $this
    ->assertConversion('+1 343 CALL US', FALSE, array(), 'Invalid international phone number: Phone number contains invalid characters; only allowed characters are numbers and punctuation.');
}