Ejemplo n.º 1
0
 /**
  * Setter to configure a custom
  * primary locale for testing.
  * @param $supportedLocales array
  *  example array(
  *   'en_US' => 'English',
  *   'de_DE' => 'German'
  *  )
  */
 static function setSupportedLocales($supportedLocales)
 {
     self::$supportedLocales = $supportedLocales;
 }