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