(NFC) Flag more tests as `@group locale`
authorTim Otten <totten@civicrm.org>
Thu, 18 Aug 2022 01:22:20 +0000 (18:22 -0700)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 24 Aug 2022 05:03:20 +0000 (17:03 +1200)
tests/phpunit/CRM/Case/Form/CustomDataTest.php
tests/phpunit/CRM/Core/BAO/AddressTest.php
tests/phpunit/CRM/Core/CopyTest.php
tests/phpunit/CRM/Core/DAO/AllCoreTablesTest.php
tests/phpunit/CRM/Utils/RuleTest.php
tests/phpunit/CRM/Utils/TokenConsistencyTest.php
tests/phpunit/api/v3/ContributionTest.php

index 1385d139ddf6a3e55877ea4fb1947f3c2cfe6e0e..f4e9d0a8d9282b6feb1c888b6f902fcebeb8cbfd 100644 (file)
@@ -20,6 +20,7 @@ class CRM_Case_Form_CustomDataTest extends CiviCaseTestCase {
    * body for ChangeCustomData.
    *
    * @dataProvider customDataProvider
+   * @group locale
    *
    * @param array $input
    * @param array $expected
@@ -80,6 +81,7 @@ class CRM_Case_Form_CustomDataTest extends CiviCaseTestCase {
    * Same as testChangeCustomDataFormattedDetails but in a different locale.
    *
    * @dataProvider customDataProvider
+   * @group locale
    *
    * @param array $input
    * @param array $expected
index ce6d2e03bf334fcfbf8047764dbaa4e62e90c7f8..e662c2f197c35a541500d54e0a156cca0b4d2782 100644 (file)
@@ -12,6 +12,7 @@
 /**
  * Class CRM_Core_BAO_AddressTest
  * @group headless
+ * @group locale
  */
 class CRM_Core_BAO_AddressTest extends CiviUnitTestCase {
 
index 4abdda6e721791820839f7d16ac2f97ee25005dc..993b0b8a39ef046f982d8ce5d477f2f2b5879dbc 100644 (file)
@@ -63,6 +63,9 @@ class CRM_Core_CopyTest extends CiviUnitTestCase {
 
   }
 
+  /**
+   * @group locale
+   */
   public function testI18nEventCopy() {
 
     $locales = ['en_US', 'fr_CA', 'nl_NL'];
index 2f51e02728d15d55a9d49616b31e9055a4257c9a..cc66c601bf908cbcda80219729fcf842e74f1ed8 100644 (file)
@@ -58,6 +58,8 @@ class CRM_Core_DAO_AllCoreTablesTest extends CiviUnitTestCase {
    * 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
index 4cc2d8c836a191a8ae2314844b5a45a72a6746d2..df346227431488738cb76416e890359e187bcdfd 100644 (file)
@@ -104,6 +104,7 @@ class CRM_Utils_RuleTest extends CiviUnitTestCase {
    * @param $thousandSeparator
    * @param $currency
    * @param $expectedResult
+   * @group locale
    */
   public function testMoney($inputData, $decimalPoint, $thousandSeparator, $currency, $expectedResult): void {
     $this->setDefaultCurrency($currency);
index 2b25f1e79367b7f536899a0dd6c7351c6847585a..8010da71d4771b5121fd6b8b96cb60a480238045 100644 (file)
@@ -234,6 +234,8 @@ case.custom_1 :' . '
 
   /**
    * 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.
index 3b9c25d7f4d6c0af885e280e5bc1d837c7f710fe..9ee7af34bce1e5ef62cb4f7168f9e96d29f0a54d 100644 (file)
@@ -796,6 +796,7 @@ class api_v3_ContributionTest extends CiviUnitTestCase {
 
   /**
    * @return array
+   * @group locale
    */
   public function createLocalizedContributionDataProvider(): array {
     return [