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

testOriginCountryCode() public method

    public function testOriginCountryCode()
    {
        $this->formatter->setOriginCountryCode('FR');
        $this->assertEquals('FR', $this->formatter->getOriginCountryCode('FR'));
    }