コード例 #1
0
ファイル: HistoryTest.php プロジェクト: jgera/sugarcrm_dev
 public function testUndoRestore()
 {
     $this->_history->undoRestore();
     $this->assertFalse(file_exists($this->_path), '->undoRestore removes file');
 }
コード例 #2
0
ファイル: view.history.php プロジェクト: jglaine/sugar761-ent
 /**
  * Restores a layout to its current customized state. 
  * Called when leaving a restored layout without saving.
  */
 function unrestore()
 {
     $this->history->undoRestore();
 }