Skip to content

Commit

Permalink
Force connection close to allow further DROP DATABASE statements to w…
Browse files Browse the repository at this point in the history
…ork under PostgreSQL.
  • Loading branch information
sarcher committed Jan 3, 2015
1 parent 89d4f06 commit 860bac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,7 @@ public function testConnectWithoutExplicitDatabaseName()
);

$this->assertTrue($connection->connect());

$connection->close();
}
}

0 comments on commit 860bac6

Please sign in to comment.