IsoCodes\Tests\PhoneNumberTest::testValidValues PHP Méthode

testValidValues() public méthode

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