From 411fb419189f35846cd167b9b474a298b6c30dab Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Sun, 27 Aug 2017 18:56:57 -0400 Subject: [PATCH] Fix comments on new unit test --- tests/phpunit/CRM/Utils/Token.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/Token.php b/tests/phpunit/CRM/Utils/Token.php index 2512b5cba6..ab0b334037 100644 --- a/tests/phpunit/CRM/Utils/Token.php +++ b/tests/phpunit/CRM/Utils/Token.php @@ -16,7 +16,7 @@ class CRM_Utils_TokenTest extends CiviUnitTestCase { } /** - * Test for replaceContactTokens. + * Test for replaceGreetingTokens. * */ public function testReplaceGreetingTokens() { -- 2.25.1