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

testMissingProperty() public method

public testMissingProperty ( )
    public function testMissingProperty()
    {
        $definition = ['country_code' => 'US'];
        $addressFormat = new AddressFormat($definition);
    }