Ejemplo n.º 1
0
 /**
  * Set the content to be returned by CURL method calls
  *
  * @param Array $content the content to be returned by CURL method calls
  */
 public static function set_mock_returned_content($content)
 {
     assert('is_string($content)');
     self::$returned_content = $content;
 }