Money\CurrencyTest::testConstructor PHP Метод

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

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