Skip to content

Commit

Permalink
Merge pull request #762 from sarcher/pgsqltestfix
Browse files Browse the repository at this point in the history
PostgreSQL needs explicitly closed connection in functional test
  • Loading branch information
deeky666 committed Jan 3, 2015
2 parents 89d4f06 + 860bac6 commit 38a7a2a
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 38a7a2a

Please sign in to comment.