fixup BaseMailingSystemTest - Allow either old or new style URLs for "extern/url"
authorTim Otten <totten@civicrm.org>
Wed, 13 May 2020 08:56:25 +0000 (01:56 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 13 May 2020 08:56:25 +0000 (01:56 -0700)
tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php

index 8c4b4146691e154b29d0d071a305436e2af7cea0..3e3a9c5402771f5d744d094e2f18936baf1b182d 100644 (file)
@@ -306,7 +306,7 @@ abstract class CRM_Mailing_BaseMailingSystemTest extends CiviUnitTestCase {
       ';Look at \.;',
       ['url_tracking' => 1],
     ];
-    $cases[8] = [
+    $cases[9] = [
       // Plain-text URL's are tracked in plain-text emails...
       // but not in HTML emails.
       "<p>Please go to: http://example.net/</p>",