fixed memory leak in unit tests
This commit is contained in:
parent
2b314fc69c
commit
6ff16270bb
|
|
@ -101,5 +101,6 @@ abstract class Base extends PHPUnit_Framework_TestCase
|
|||
public function tearDown()
|
||||
{
|
||||
$this->container['db']->closeConnection();
|
||||
unset ($this->container);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue