function tearDown() { if ($this->old_request_uri) { $_SERVER["REQUEST_URI"] = $this->old_request_uri; } parent::tearDown(); }
function tearDown() { if ($this->old_server) { $_SERVER = $this->old_server; } parent::tearDown(); }
function tearDown() { $_GET = $this->old_get; $_SERVER = $this->old_server; parent::tearDown(); }