Commit 23f0a9f6 authored by Jonathan H. Wage's avatar Jonathan H. Wage

Fixing errors when running tests.

parent acea5a12
......@@ -18,7 +18,7 @@ class DbalFunctionalTestCase extends DbalTestCase
protected function resetSharedConn()
{
if ($this->sharedFixture['conn']) {
if (isset($this->sharedFixture['conn'])) {
$this->sharedFixture['conn']->close();
$this->sharedFixture['conn'] = null;
}
......
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