You are here

public function PhoneIntTest::testLetters in Phone 7

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

File

tests/phone.int.test, line 88

Class

PhoneIntTest

Code

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