(NFC) Mark various tests with `@group locale`
authorTim Otten <totten@civicrm.org>
Mon, 8 Aug 2022 09:24:33 +0000 (02:24 -0700)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 16 Aug 2022 19:22:15 +0000 (07:22 +1200)
commit80f4d44a0a254420d915db42213a0ceaf2ffc44a
tree22df5bd8c0c17ea783cb51d3eb4c0b5874eaa0d3
parented9f052ca054439c865ecf22beadb22353c4a599
(NFC) Mark various tests with `@group locale`

Note: There seems to be some weirdness when running the full-group. But breaking down by a couple folders may help:

```
civibuild restore dmaster --no-cms ; CIVICRM_UF=UnitTests phpunit8 tests/phpunit/api/ --debug --group locale --stop-on-failure
civibuild restore dmaster --no-cms ; CIVICRM_UF=UnitTests phpunit8 tests/phpunit/CRM/ --debug --group locale --stop-on-failure
civibuild restore dmaster --no-cms ; CIVICRM_UF=UnitTests phpunit8 tests/phpunit/Civi/ --debug --group locale --stop-on-failure
```
tests/phpunit/CRM/Contribute/Form/ContributionPageTranslationTest.php
tests/phpunit/CRM/Core/I18n/LocaleTest.php
tests/phpunit/CRM/Core/I18n/SchemaTest.php
tests/phpunit/CRM/Core/Smarty/plugins/CrmMoneyTest.php
tests/phpunit/CRM/Mailing/BAO/MailingTest.php
tests/phpunit/CRM/Utils/MoneyTest.php
tests/phpunit/Civi/Core/FormatTest.php
tests/phpunit/Civi/Token/TokenProcessorTest.php
tests/phpunit/api/v3/MultilingualTest.php