From 7c119c92ab7cd72e9455d114bfd6d29cdd693602 Mon Sep 17 00:00:00 2001
From: Pradeep Nayak <pradeep@pradeep.(none)>
Date: Fri, 2 Aug 2013 20:58:12 +0530
Subject: [PATCH] --fixed typo for CRM-12972

----------------------------------------
* CRM-12972: No receipt sent for PayPal Pro Recurring Donations
  http://issues.civicrm.org/jira/browse/CRM-12972
---
 tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php b/tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
index 29019146a82..595c632934f 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;
-- 
GitLab