Exemplo n.º 1
0
 function tearDown()
 {
     if ($this->old_request_uri) {
         $_SERVER["REQUEST_URI"] = $this->old_request_uri;
     }
     parent::tearDown();
 }
Exemplo n.º 2
0
 function tearDown()
 {
     if ($this->old_server) {
         $_SERVER = $this->old_server;
     }
     parent::tearDown();
 }
Exemplo n.º 3
0
 function tearDown()
 {
     $_GET = $this->old_get;
     $_SERVER = $this->old_server;
     parent::tearDown();
 }