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

testConvertToPHPValue() public method

    public function testConvertToPHPValue()
    {
        $this->assertInternalType('string', $this->type->convertToPHPValue('foo', $this->getPlatformMock()));
        $this->assertInternalType('string', $this->type->convertToPHPValue('', $this->getPlatformMock()));
    }