diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-21 16:40:48 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-21 16:40:48 -0800 |
commit | a474fb51556d9bf102f779faacf0671dc11dade7 (patch) | |
tree | 682aaafacb1f1b6b1932559635e972efb4691354 /modules/digibug/tests | |
parent | ffb81c33571072e549d9f84f76c801699aef4cff (diff) |
Get rid of unnecessary cleanup that makes debugging harder.
Diffstat (limited to 'modules/digibug/tests')
-rw-r--r-- | modules/digibug/tests/Digibug_Controller_Test.php | 4 |
1 files changed, 0 insertions, 4 deletions
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() { |