reverted a previous change .

This commit is contained in:
Qiang Xue
2014-09-12 06:42:54 -04:00
parent 46af48e598
commit d1bfc01f72

View File

@@ -90,7 +90,6 @@ class TestCase extends Test
protected function tearDown() protected function tearDown()
{ {
$this->destroyApplication(); $this->destroyApplication();
$this->unloadFixtures();
parent::tearDown(); parent::tearDown();
} }