Get rid of unnecessary cleanup that makes debugging harder.

This commit is contained in:
Bharat Mediratta
2009-12-21 16:40:48 -08:00
parent ffb81c3357
commit a474fb5155

View File

@@ -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() {