コード例 #1
0
ファイル: DummyRequest.php プロジェクト: tillk/vufind
 /**
  * Clear out the URLs/Responses that the test harness will respond to.
  *
  * @return void
  */
 public static function clearResponses()
 {
     self::$_responses = array();
 }