cleanWorkspace() public static method

public static cleanWorkspace ( )
コード例 #1
0
ファイル: BaseBenchCase.php プロジェクト: dantleech/phpbench
 /**
  * This method is called in a separate process after the iterations
  * are executed. See the annotations in the header of this class.
  */
 public static function removeWorkspace()
 {
     Workspace::cleanWorkspace();
 }
コード例 #2
0
 public function tearDown()
 {
     Workspace::cleanWorkspace();
 }