Пример #1
0
 /**
  * empty list of errors to be ignored
  *
  * @static
  * @access public
  * @return boolean $result true on success
  */
 public static function clearExpect()
 {
     self::$errorExpects = array();
     return true;
 }