Commit eb0f9bde authored by Shane Archer's avatar Shane Archer Committed by Steve Müller

Force connection close to allow further DROP DATABASE statements to work under PostgreSQL.

parent 185b886e
......@@ -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