コード例 #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
ファイル: functions.php プロジェクト: MrVibe/buddydrive
 public function tearDown()
 {
     parent::tearDown();
     unset($this->upload_data);
 }
コード例 #3
0
ファイル: item-functions.php プロジェクト: MrVibe/buddydrive
 public function tearDown()
 {
     parent::tearDown();
     $this->set_current_user($this->current_user);
     unset($this->file);
 }