From: Pradeep Nayak Date: Fri, 2 Aug 2013 15:28:12 +0000 (+0530) Subject: --fixed typo for CRM-12972 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c119c92ab7cd72e9455d114bfd6d29cdd693602;p=civicrm-core.git --fixed typo for CRM-12972 ---------------------------------------- * CRM-12972: No receipt sent for PayPal Pro Recurring Donations http://issues.civicrm.org/jira/browse/CRM-12972 --- diff --git a/tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php b/tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php index 29019146a8..595c632934 100644 --- a/tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php +++ b/tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php @@ -26,7 +26,7 @@ */ require_once 'CiviTest/CiviUnitTestCase.php'; -class CRM_Core_Payment_PaypalProIPNTest extends CiviUnitTestCase { +class CRM_Core_Payment_PayPalProIPNTest extends CiviUnitTestCase { protected $_contributionID; protected $_invoiceID = 'c2r9c15f7be20b4f3fef1f77e4c37424'; protected $_financialTypeID = 1;