From 3b8c739eb639aa3c9ca1297580b3bd3e4d5b116b Mon Sep 17 00:00:00 2001 From: Karin Gerritsen Date: Wed, 16 Nov 2016 13:45:59 -0700 Subject: [PATCH] Syntax fix - line ending --- tests/phpunit/api/v3/ContributionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ContributionTest.php b/tests/phpunit/api/v3/ContributionTest.php index dc9375385e..81850df56f 100644 --- a/tests/phpunit/api/v3/ContributionTest.php +++ b/tests/phpunit/api/v3/ContributionTest.php @@ -2290,7 +2290,7 @@ class api_v3_ContributionTest extends CiviUnitTestCase { $receipt_date = $this->callAPISuccess('Contribution', 'getvalue', array('id' => $contribution['id'], 'return' => 'receipt_date')); $this->assertEquals('', $receipt_date); } - + /** * Complete the transaction using the template with all the possible. */ -- 2.25.1