コード例 #1
0
ファイル: Query.php プロジェクト: ianaldrighetti/queryer
 /**
  * Clears the current mocker that was set by the setMocker method.
  *
  * @see setMocker
  */
 public static function clearMocker()
 {
     QueryType::clearMocker();
 }
コード例 #2
0
 /**
  * Cleans up!
  */
 public function tearDown()
 {
     QueryType::clearMocker();
 }