style fixes
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 28 Jan 2016 12:42:48 +0000 (18:12 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 28 Jan 2016 12:42:48 +0000 (18:12 +0530)
tests/phpunit/WebTest/Member/OnlineMembershipCreateTest.php

index 77039c757406f455ef5a1419c10dee4b19d1b86e..5a215e94ccf929b3af352be774231cd69b31a3f4 100644 (file)
@@ -353,7 +353,7 @@ class WebTest_Member_OnlineMembershipCreateTest extends CiviSeleniumTestCase {
       2 => 'Donation',
       6 => 'Completed',
     );
-    foreach($verifyFinancialData as $col => $data) {
+    foreach ($verifyFinancialData as $col => $data) {
       $this->verifyText("xpath=//tr[@class='crm-child-row']/td/div/table/tbody/tr[2]/td[{$col}]", $data);
     }
     $this->clickLink("xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[10]/span/a[text()='View']", "_qf_ContributionView_cancel-bottom", FALSE);
@@ -475,7 +475,7 @@ class WebTest_Member_OnlineMembershipCreateTest extends CiviSeleniumTestCase {
         3 => 'Credit Card',
         6 => 'Completed',
       );
-      foreach($verifyFinancialData as $col => $data) {
+      foreach ($verifyFinancialData as $col => $data) {
         $this->verifyText("xpath=//tr[@class='crm-child-row']/td/div/table/tbody/tr[2]/td[{$col}]", $data);
       }
       $this->clickLink("xpath=//div[@id='contributionSearch']//table//tbody/tr[1]/td[10]/span/a[text()='View']", "_qf_ContributionView_cancel-bottom", FALSE);