From 642dd4c9ec8272486fd0daa8a79d3ad48968c400 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Wed, 23 Nov 2016 05:35:08 +0530 Subject: [PATCH] unit test fix --- tests/phpunit/CRM/Core/Payment/PayPalPNTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Core/Payment/PayPalPNTest.php b/tests/phpunit/CRM/Core/Payment/PayPalPNTest.php index 145e8748c4..bdfafea851 100644 --- a/tests/phpunit/CRM/Core/Payment/PayPalPNTest.php +++ b/tests/phpunit/CRM/Core/Payment/PayPalPNTest.php @@ -222,7 +222,6 @@ class CRM_Core_Payment_PayPalIPNTest extends CiviUnitTestCase { 'first_name' => 'Robert', 'txn_id' => '8XA571746W2698126', 'residence_country' => 'US', - 'custom' => '[]', ); } -- 2.25.1