CommerceGuys\Addressing\Tests\Formatter\PostalLabelFormatterTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->addressFormatRepository = new AddressFormatRepository();
        $this->countryRepository = new CountryRepository();
        $this->subdivisionRepository = new SubdivisionRepository();
        $this->formatter = new PostalLabelFormatter($this->addressFormatRepository, $this->countryRepository, $this->subdivisionRepository);
    }