From: Jitendra Purohit Date: Sat, 24 Dec 2016 07:37:04 +0000 (+0530) Subject: warning fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=993a5b9981ad568ba65c7555e2e9732d4f3214fc;p=civicrm-core.git warning fix --- 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) {