Ejemplo n.º 1
0
 /**
  * Get the global configuration container
  */
 public static function getConfiguration()
 {
     if (is_null(self::$_config)) {
         self::$_config = new ehough_mockery_mockery_Configuration();
     }
     return self::$_config;
 }