Esempio n. 1
0
 /**
  * Tear down the test environment.
  */
 public function tearDown()
 {
     $_SERVER['auth.login.stub'] = null;
     Cookie::$jar = array();
     Config::$items = array();
     Auth::driver()->user = null;
     Session::$instance = null;
     Config::set('database.default', 'mysql');
 }
Esempio n. 2
0
 /**
  * Tear down the test environment.
  */
 public function tearDown()
 {
     Cookie::$jar = array();
 }