From: Pradeep Nayak Date: Thu, 23 Jun 2016 17:49:57 +0000 (+0530) Subject: --CRM-16189, fixed style X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3c686e50fe0513e278027ffc47caf8bc50b96c02;p=civicrm-core.git --CRM-16189, fixed style --- 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() {