コード例 #1
0
 /**
  * Clear out the URLs/Responses that the test harness will respond to.
  *
  * @return void
  */
 public static function clearResponses()
 {
     self::$responses = array();
 }