You are here

public function PhoneIntTest::testBasicWithSpaces in Phone 7

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

File

tests/phone.int.test, line 56

Class

PhoneIntTest

Code

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