INFRA-132 - tests/ - PHPStorm cleanup
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / FinancialTrxnTest.php
index 4737d26d4f3ee688c90d150b86637cbfd006d643..3228b7639bb044d36878ccf05d4308ff8d50bf95 100644 (file)
@@ -39,10 +39,10 @@ class CRM_Core_BAO_FinancialTrxnTest extends CiviUnitTestCase {
    * Check method create()
    */
   public function testCreate() {
-    $contactId          = $this->individualCreate();
+    $contactId = $this->individualCreate();
     $financialTypeId = 1;
-    $contributionId     = $this->contributionCreate($contactId, $financialTypeId);
-    $params             = array(
+    $contributionId = $this->contributionCreate($contactId, $financialTypeId);
+    $params = array(
       'contribution_id' => $financialTypeId,
       'to_financial_account_id' => 1,
       'trxn_date' => 20091021184930,