IsoCodes\Tests\ZipCodeTest::testValidValues PHP Method

testValidValues() public method

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