Skip to content

Commit

Permalink
Removing test that's failing, but because it is invalid - see #784
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 23, 2015
1 parent e90bdcd commit 8193333
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/Doctrine/Tests/DBAL/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,15 +403,6 @@ public function testFetchColumn()
$this->assertSame($result, $conn->fetchColumn($statement, $params, $column, $types));
}

public function testConnectionIsClosed()
{
$this->_conn->close();

$this->setExpectedException('Doctrine\\DBAL\\Exception\\DriverException');

$this->_conn->quoteIdentifier('Bug');
}

public function testGetPlatformVersionDoesNotFailOnBadConnection()
{
// the connection uses bogus connection requirements, so connecting
Expand Down

0 comments on commit 8193333

Please sign in to comment.