Money\CurrencyTest::testConstructor PHP 메소드

testConstructor() 공개 메소드

public testConstructor ( )
    public function testConstructor()
    {
        $currency = Currency::fromCode('EUR');
        $this->assertEquals('EUR', $currency->code());
    }