コード例 #1
0
ファイル: Mockery.php プロジェクト: ehough/mockery
 /**
  * Reset the container to NULL
  */
 public static function resetContainer()
 {
     self::$_container = null;
 }