* body for ChangeCustomData.
*
* @dataProvider customDataProvider
+ * @group locale
*
* @param array $input
* @param array $expected
* Same as testChangeCustomDataFormattedDetails but in a different locale.
*
* @dataProvider customDataProvider
+ * @group locale
*
* @param array $input
* @param array $expected
/**
* Class CRM_Core_BAO_AddressTest
* @group headless
+ * @group locale
*/
class CRM_Core_BAO_AddressTest extends CiviUnitTestCase {
}
+ /**
+ * @group locale
+ */
public function testI18nEventCopy() {
$locales = ['en_US', 'fr_CA', 'nl_NL'];
* Test CRM_Core_DAO_AllCoreTables::indices() function.
*
* Ensure indices are listed correctly with and without localization
+ *
+ * @group locale
*/
public function testIndices() {
// civicrm_group UI_title is localizable
* @param $thousandSeparator
* @param $currency
* @param $expectedResult
+ * @group locale
*/
public function testMoney($inputData, $decimalPoint, $thousandSeparator, $currency, $expectedResult): void {
$this->setDefaultCurrency($currency);
/**
* Test money format tokens can respect passed in locale.
+ *
+ * @group locale
*/
public function testMoneyFormat(): void {
// Our 'migration' off configured thousand separators at the moment is a define.
/**
* @return array
+ * @group locale
*/
public function createLocalizedContributionDataProvider(): array {
return [