diff --git a/extensions/codeception/TestCase.php b/extensions/codeception/TestCase.php index 222df448a0..a810cb6e51 100644 --- a/extensions/codeception/TestCase.php +++ b/extensions/codeception/TestCase.php @@ -90,7 +90,6 @@ class TestCase extends Test protected function tearDown() { $this->destroyApplication(); - $this->unloadFixtures(); parent::tearDown(); }