From 3c686e50fe0513e278027ffc47caf8bc50b96c02 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 23 Jun 2016 23:19:57 +0530 Subject: [PATCH] --CRM-16189, fixed style --- tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php b/tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php index 5f52bd7c44..2d35858251 100644 --- a/tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php +++ b/tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php @@ -214,7 +214,7 @@ class CRM_Financial_BAO_FinancialAccountTest extends CiviUnitTestCase { $this->assertTrue(($relations == $financialAccountLinks), "The two arrays are not the same"); } - /* + /** * Test getting deferred financial type. */ public function testGetDeferredFinancialType() { -- 2.25.1