Commit 8c07086b by Carsten Brandt

Merge pull request #4951 from TriAnMan/testdbcleanup

Make unit tests cleanup a DB after finish
parents 383b9d32 8e66325f
...@@ -90,6 +90,7 @@ class TestCase extends Test ...@@ -90,6 +90,7 @@ class TestCase extends Test
protected function tearDown() protected function tearDown()
{ {
$this->destroyApplication(); $this->destroyApplication();
$this->unloadFixtures();
parent::tearDown(); parent::tearDown();
} }
......
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