Enabled testFetchLongBlob() for PDO SQL Server driver

parent 0c74527d
......@@ -115,10 +115,6 @@ EOF
$this->_conn->getDatabasePlatform()
);
if ($this->_conn->getDriver()->getName() === 'pdo_sqlsrv') {
$this->markTestSkipped('Skipping on pdo_sqlsrv due to https://github.com/Microsoft/msphpsql/issues/270');
}
self::assertSame($contents, stream_get_contents($stream));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment