summaryrefslogtreecommitdiff
path: root/tests/units
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units')
-rw-r--r--tests/units/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php
index 1c93e9b8..f7c99425 100644
--- a/tests/units/Base.php
+++ b/tests/units/Base.php
@@ -101,5 +101,6 @@ abstract class Base extends PHPUnit_Framework_TestCase
public function tearDown()
{
$this->container['db']->closeConnection();
+ unset ($this->container);
}
}