Merge pull request #4951 from TriAnMan/testdbcleanup

Make unit tests cleanup a DB after finish
This commit is contained in:
Carsten Brandt
2014-09-08 13:13:13 +02:00

View File

@@ -90,6 +90,7 @@ class TestCase extends Test
protected function tearDown()
{
$this->destroyApplication();
$this->unloadFixtures();
parent::tearDown();
}