Ejemplo n.º 1
0
 /**
  * Teardown environment
  */
 public function tearDown()
 {
     $_SERVER = $this->server;
     unset($this->request);
     PHPInput::restoreDefault();
 }