From d1bfc01f722697e273ac1aa5c36884142f3c30c3 Mon Sep 17 00:00:00 2001 From: Qiang Xue <qiang.xue@gmail.com> Date: Fri, 12 Sep 2014 06:42:54 -0400 Subject: [PATCH] reverted a previous change . --- extensions/codeception/TestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/codeception/TestCase.php b/extensions/codeception/TestCase.php index 222df44..a810cb6 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(); } -- libgit2 0.27.1