Sonata\Test\Component\Currency\Types\CurrencyDoctrineTypeTest::testGetDefaultLength PHP Method

testGetDefaultLength() public method

    public function testGetDefaultLength()
    {
        $platform = new MockPlatform();
        $this->assertEquals(3, Type::getType('currency')->getDefaultLength($platform));
    }