Commit 860bac65 authored by Shane Archer's avatar Shane Archer

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

parent 89d4f06f
......@@ -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