1..67 # ->getInstance() ok 1 - ->__construct() returns an object with en as the default culture ok 2 - ->__construct() takes a culture as its first argument ok 3 - ->__construct() returns an object with en as the default culture # __toString() ok 4 - ->__toString() returns the name of the culture ok 5 - ->__construct() throws an exception if the culture is not valid # ->getLanguage() ok 6 - ->getLanguage() returns the language name for the current culture ok 7 - ->getLanguage() returns the language name for the current culture ok 8 - ->getLanguage() throws an Exception if the given language is invalid. # ->getCurrency() ok 9 - ->getCurrency() returns the currency name for the current culture ok 10 - ->getCurrency() returns the currency name for the current culture ok 11 - ->getCurrency() throws an Exception if the given currency is invalid. # ->getCountry() ok 12 - ->getCountry() returns the country name for the current culture ok 13 - ->getCountry() returns the country name for the current culture ok 14 - ->getCountry() throws an Exception if the given country is invalid. # ->getLanguages() ok 15 - ->getLanguages() returns a list of languages in the language of the localized version ok 16 - ->getLanguages() returns a list of languages in the language of the localized version ok 17 - ->getLanguages() is equivalent to ->Languages ok 18 - ->getLanguages() takes an array of languages as its first argument ok 19 - ->getLanguages() throws an Exception if the list of given languages contains some invalid ones. # ->getCurrencies() ok 20 - ->getCurrencies() returns a list of currencies in the language of the localized version ok 21 - ->getCurrencies() returns a list of currencies in the language of the localized version ok 22 - ->getCurrencies() is equivalent to ->Currencies ok 23 - ->getCurrencies() takes an array of currencies as its first argument ok 24 - ->getCurrencies() throws an Exception if the list of given currencies contains some invalid ones. # ->getCountries() ok 25 - ->getCountries() returns a list of countries in the language of the localized version ok 26 - ->getCountries() returns a list of countries in the language of the localized version ok 27 - ->getCountries() is equivalent to ->Countries ok 28 - ->getCountries() takes an array of countries as its first argument ok 29 - ->getCountries() throws an Exception if the list of given countries contains some invalid ones. # ->getScripts() ok 30 - ->getScripts() returns a list of scripts in the language of the localized version ok 31 - ->getScripts() returns a list of scripts in the language of the localized version ok 32 - ->getScripts() is equivalent to ->Scripts # ->getTimeZones() ok 33 - ->getTimeZones() returns a list of time zones in the language of the localized version ok 34 - ->getTimeZones() returns a list of time zones in the language of the localized version ok 35 - ->getTimeZones() is equivalent to ->TimeZones # ->validCulture() ok 36 - ->validCulture() returns true if the culture is valid ok 37 - ->validCulture() returns true if the culture is valid ok 38 - ->validCulture() returns false if the culture does not exist ok 39 - ->validCulture() returns false if the culture does not exist ok 40 - ->validCulture() returns false if the culture does not exist # ::getCultures() ok 41 - ::getCultures() returns an array of all available cultures ok 42 - ::getCultures() returns an array of all available cultures ok 43 - ::getCultures() returns an array of all available cultures ok 44 - ::getCultures() returns an array of all available cultures ok 45 - ::getCultures() returns an array of all available cultures ok 46 - ::getCultures() returns an array of all available cultures # ->getParent() ok 47 - ->getParent() returns a sfCultureInfo instance ok 48 - ->getParent() returns the parent culture ok 49 - ->getParent() returns the invariant culture if the culture is neutral # ->getIsNeutralCulture() ok 50 - ->getIsNeutralCulture() returns false if the culture is specific ok 51 - ->getIsNeutralCulture() returns true if the culture is neutral # ->getEnglishName() ok 52 - ->getEnglishName() returns the english name of the current culture ok 53 - ->getEnglishName() returns the english name of the current culture ok 54 - ->getEnglishName() is equivalent to ->EnglishName # ->getNativeName() ok 55 - ->getNativeName() returns the native name of the current culture ok 56 - ->getNativeName() returns the native name of the current culture ok 57 - ->getNativeName() is equivalent to ->NativeName # ->getCalendar() ok 58 - ->getCalendar() returns the default calendar ok 59 - ->getCalendar() is equivalent to ->Calendar # __get() ok 60 - __get() throws an exception if the property does not exist # __set() ok 61 - __set() throws an exception if the property does not exist # ->getDateTimeFormat() ok 62 - ->getDateTimeFormat() returns a sfDateTimeFormatInfo instance # ->setDateTimeFormat() ok 63 - ->setDateTimeFormat() sets the sfDateTimeFormatInfo instance ok 64 - ->setDateTimeFormat() is equivalent to ->DateTimeFormat = # ->getNumberFormat() ok 65 - ->getNumberFormat() returns a sfNumberFormatInfo instance # ->setNumberFormat() ok 66 - ->setNumberFormat() sets the sfNumberFormatInfo instance ok 67 - ->setNumberFormat() is equivalent to ->NumberFormat = # Looks like everything went fine.