From: Sudha Bisht Date: Thu, 2 Jul 2015 15:06:20 +0000 (+0530) Subject: Format fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d7d0da73ba44d3ab750f1d759cd0bbba43013602;p=civicrm-core.git Format fix --- diff --git a/tests/phpunit/WebTest/Contribute/PCPAddTest.php b/tests/phpunit/WebTest/Contribute/PCPAddTest.php index 9b4abc55ea..5c12d6881c 100755 --- a/tests/phpunit/WebTest/Contribute/PCPAddTest.php +++ b/tests/phpunit/WebTest/Contribute/PCPAddTest.php @@ -176,7 +176,7 @@ class WebTest_Contribute_PCPAddTest extends CiviSeleniumTestCase { //Find Contribution $this->openCiviPage("contribute/search", "reset=1", "contribution_date_low"); $this->waitForElementPresent('contribution_pcp_made_through_id'); - $this->select2('pcp_made_through_id', $lastName.', '.$firstName); + $this->select2('pcp_made_through_id', $lastName .', '. $firstName); $this->clickLink("_qf_Search_refresh", "xpath=//table[@class='selector row-highlight']/tbody/tr[1]/td[11]/span/a[1][text()='View']"); $this->click("xpath=//table[@class='selector row-highlight']/tbody/tr[1]/td[11]/span/a[1][text()='View']");