Unverified Commit f3d41b86 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2952 from morozov/microsoft/msphpsql/issues/270

Enabled testFetchLongBlob() for PDO SQL Server driver
parents fcc00dee 72e9ed5f
...@@ -115,10 +115,6 @@ EOF ...@@ -115,10 +115,6 @@ EOF
$this->_conn->getDatabasePlatform() $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)); 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