IsoCodes\Tests\ZipCodeTest::testValidValues PHP 메소드

testValidValues() 공개 메소드

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