From 993a5b9981ad568ba65c7555e2e9732d4f3214fc Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Sat, 24 Dec 2016 13:07:04 +0530 Subject: [PATCH] warning fix --- tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php b/tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php index b882a4d8c5..0c692e9803 100644 --- a/tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php +++ b/tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php @@ -126,7 +126,7 @@ class CRM_Contribute_Form_Task_PDFLetterCommonTest extends CiviUnitTestCase { 'Hello Anthony Collins', '$ 100.00', $displayDate, - 'Donation' + 'Donation', ); foreach ($expectedValues as $val) { -- 2.25.1