From 4e5593d741fe6ce4a7ce5303ee7396a3bd7db204 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 2 Mar 2023 09:08:31 +1300 Subject: [PATCH] Adhere to comment block code standard Standard is short one liner first: --- tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php b/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php index 2dac760dc7..71dd3ae3ef 100644 --- a/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php +++ b/tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php @@ -486,6 +486,8 @@ emo } /** + * Test tokens resolve when parsed one at a time. + * * Assuming that `testContactTokens()` has asserted tokens work en masse, we have another * question -- do the tokens work the same when evaluated en-masse and individually? */ -- 2.25.1