From df6cca71dfa248d45da563c2b95a263a5e59eb96 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 2 Mar 2023 11:21:37 +1300 Subject: [PATCH] Sigh, and they have colons: --- tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php b/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php index 3a180914e2..5f2a2adea8 100644 --- a/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php +++ b/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php @@ -535,10 +535,10 @@ emo $emptyLines = preg_grep('/:$/', $oneByOne); $this->assertEquals([ 'contact.address_primary.county_id:label:', - 'contact.contact_is_deleted', - 'contact.county', - 'contact.custom_6', - 'contact.do_not_phone' + 'contact.contact_is_deleted:', + 'contact.county:', + 'contact.custom_6:', + 'contact.do_not_phone:' ], array_values($emptyLines), 'Most tokens should have data.'); } -- 2.25.1