IsoCodes\Tests\PhoneNumberTest::testValidValues PHP Method

testValidValues() public method

public testValidValues ( mixed $value, string $country )
$value mixed
$country string
    public function testValidValues($value, $country)
    {
        $this->assertTrue(PhoneNumber::validate($value, $country));
    }