From d7d0da73ba44d3ab750f1d759cd0bbba43013602 Mon Sep 17 00:00:00 2001 From: Sudha Bisht Date: Thu, 2 Jul 2015 20:36:20 +0530 Subject: [PATCH] Format fix --- tests/phpunit/WebTest/Contribute/PCPAddTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']"); -- 2.25.1