Exemple #1
0
 /**
  * Mock JApplicationWeb->setBody method.
  *
  * @param   string  $content  The body of the response.
  *
  * @return  void
  *
  * @since   12.2
  */
 public static function mockSetBody($content)
 {
     self::$body = array($content);
 }