CommerceGuys\Addressing\Tests\AddressFormat\AddressFormatTest::testInvalidSubdivision PHP Method

testInvalidSubdivision() public method

    public function testInvalidSubdivision()
    {
        $definition = ['country_code' => 'US', 'format' => "%givenName %familyName\n%organization\n%addressLine1\n%addressLine2\n%dependentLocality", 'required_fields' => [AddressField::ADDRESS_LINE1], 'dependent_locality_type' => 'WRONG'];
        $addressFormat = new AddressFormat($definition);
    }