Return a fixtures cleanup in case of a failing test

This commit is contained in:
Anton Andersen
2014-09-08 15:04:42 +04:00
parent 09ae5fb595
commit 8e66325fa1

View File

@ -80,6 +80,7 @@ class TestCase extends Test
{
parent::setUp();
$this->mockApplication();
$this->unloadFixtures();
$this->loadFixtures();
}