mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Get rid of unnecessary cleanup that makes debugging harder.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user