MailingSystemTest - Update multilingual helper calls
authorTim Otten <totten@civicrm.org>
Wed, 17 Aug 2022 07:08:07 +0000 (00:08 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 17 Aug 2022 07:08:07 +0000 (00:08 -0700)
tests/phpunit/CRM/Mailing/MailingSystemTest.php

index 9f89c0c22105a96344adb4f6525fee473de56a1e..620117b5649d9dd4feaa5c2b9648aa28024a8252 100644 (file)
@@ -195,8 +195,7 @@ class CRM_Mailing_MailingSystemTest extends CRM_Mailing_BaseMailingSystemTest {
     // transaction still increments the AUTO_INCREMENT counter for the table.
     // (If this behaviour ever changes we throw an exception.)
     if ($isMultiLingual) {
-      $this->enableMultilingual();
-      CRM_Core_I18n_Schema::addLocale('fr_FR', 'en_US');
+      $cleanup = $this->useMultilingual(['en_US' => 'fr_FR']);
     }
     $max_group_id = CRM_Core_DAO::singleValueQuery("SELECT MAX(id) FROM civicrm_group");
     $max_mailing_id = 0;