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

testGetSQLDeclaration() public method

    public function testGetSQLDeclaration()
    {
        $platform = new MockPlatform();
        $this->assertEquals('DUMMYVARCHAR()', Type::getType('currency')->getSQLDeclaration(array(), $platform));
    }