Jsor\Doctrine\PostGIS\Types\AbstractTypeTestCase::testConvertToDatabaseValue PHP 메소드

testConvertToDatabaseValue() 공개 메소드

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