示例#1
0
 /**
  * ProjectManager is a singleton need this to clean after tests
  * @return ProjectManager
  */
 public static function clearInstance()
 {
     self::$_instance = null;
 }