Commit 38a7a2a9 authored by Steve Müller's avatar Steve Müller

Merge pull request #762 from sarcher/pgsqltestfix

PostgreSQL needs explicitly closed connection in functional test
parents 89d4f06f 860bac65
......@@ -244,5 +244,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalFunctionalTestCase
);
$this->assertTrue($connection->connect());
$connection->close();
}
}
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