From a474fb51556d9bf102f779faacf0671dc11dade7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 21 Dec 2009 16:40:48 -0800 Subject: Get rid of unnecessary cleanup that makes debugging harder. --- modules/digibug/tests/Digibug_Controller_Test.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/digibug') diff --git a/modules/digibug/tests/Digibug_Controller_Test.php b/modules/digibug/tests/Digibug_Controller_Test.php index a56d58bb..015a270a 100644 --- a/modules/digibug/tests/Digibug_Controller_Test.php +++ b/modules/digibug/tests/Digibug_Controller_Test.php @@ -24,10 +24,6 @@ class Digibug_Controller_Test extends Unit_Test_Case { public function teardown() { $_SERVER = $this->_server; - - if ($this->_proxy) { - $this->_proxy->delete(); - } } public function setup() { -- cgit v1.2.3