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

testConvertToDatabaseValueSQL() public method

    public function testConvertToDatabaseValueSQL()
    {
        $this->assertTrue($this->type->canRequireSQLConversion());
        $this->assertEquals('foo::raster', $this->type->convertToDatabaseValueSQL('foo', $this->getPlatformMock()));
    }