Fix key mismatch
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Mar 2023 22:20:16 +0000 (11:20 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Mar 2023 22:20:16 +0000 (11:20 +1300)
tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php

index b38da39a63a8feaee728d9814e88f31a40491177..3a180914e2f634b138424314dcc119868f133ec6 100644 (file)
@@ -539,7 +539,7 @@ emo
       'contact.county',
       'contact.custom_6',
       'contact.do_not_phone'
-    ], $emptyLines, 'Most tokens should have data.');
+    ], array_values($emptyLines), 'Most tokens should have data.');
   }
 
   /**