Respect\Validation\Rules\VatinTest::testShouldThrowAnExceptionWhenCountryCodeIsNotSupported PHP Method

testShouldThrowAnExceptionWhenCountryCodeIsNotSupported() public method

    public function testShouldThrowAnExceptionWhenCountryCodeIsNotSupported()
    {
        new Vatin('BR');
    }