You are here

function PhoneIntTest::testBasicWithSpaces in Phone 6

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

File

tests/phone.int.test, line 53

Class

PhoneIntTest

Code

function testBasicWithSpaces() {
  $this
    ->assertConversion('+1 732 901 8493');
}