Commit 8e66325f by Anton Andersen

Return a fixtures cleanup in case of a failing test

parent 09ae5fb5
...@@ -80,6 +80,7 @@ class TestCase extends Test ...@@ -80,6 +80,7 @@ class TestCase extends Test
{ {
parent::setUp(); parent::setUp();
$this->mockApplication(); $this->mockApplication();
$this->unloadFixtures();
$this->loadFixtures(); $this->loadFixtures();
} }
......
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