IsoCodes\Tests\PhoneNumberTest::testInvalidValues PHP Method

testInvalidValues() public method

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