function PhoneIntTest::testLetters in Phone 6
Same name and namespace in other branches
- 7 tests/phone.int.test \PhoneIntTest::testLetters()
File
- tests/
phone.int.test, line 85
Class
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.');
}