Exemplo n.º 1
0
 /**
  * Destroy the test enviornment.
  */
 public function tearDown()
 {
     $_SERVER = array();
     Router::$routes = array();
     Router::$names = array();
     Router::$uses = array();
     Router::$fallback = array();
     Config::set('application.ssl', true);
     Config::set('application.url', '');
     Config::set('application.index', 'index.php');
 }