Skip to content

Commit

Permalink
Merge pull request doctrine#2952 from morozov/microsoft/msphpsql/issu…
Browse files Browse the repository at this point in the history
…es/270

Enabled testFetchLongBlob() for PDO SQL Server driver
  • Loading branch information
Ocramius authored Dec 29, 2017
2 parents fcc00de + 72e9ed5 commit f3d41b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Doctrine/Tests/DBAL/Functional/StatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ public function testFetchLongBlob()
$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));
}

Expand Down

0 comments on commit f3d41b8

Please sign in to comment.