예제 #1
0
파일: Mockery.php 프로젝트: ehough/mockery
 /**
  * Reset the container to NULL
  */
 public static function resetContainer()
 {
     self::$_container = null;
 }