CommerceGuys\Addressing\Tests\Formatter\PostalLabelFormatterTest::testOriginCountryCode PHP Метод

testOriginCountryCode() публичный Метод

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