예제 #1
0
파일: admin.php 프로젝트: MrVibe/buddydrive
 public function tearDown()
 {
     parent::tearDown();
     $this->set_current_user($this->current_user);
     unset($GLOBALS['current_screen'], $this->suffix);
 }
예제 #2
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->upload_data);
 }
예제 #3
0
 public function tearDown()
 {
     parent::tearDown();
     $this->set_current_user($this->current_user);
     unset($this->file);
 }