Jsor\Doctrine\PostGIS\Types\AbstractTypeTestCase::testConvertToPHPValue PHP Méthode

testConvertToPHPValue() public méthode

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