Jsor\Doctrine\PostGIS\Types\RasterTypeTest::testGetSQLDeclaration PHP Method

testGetSQLDeclaration() public method

    public function testGetSQLDeclaration()
    {
        $this->assertEquals('raster', $this->type->getSqlDeclaration(array(), $this->getPlatformMock()));
    }