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

testConvertToDatabaseValue() public méthode

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