From 87dd7ce412557355af27b950077d77d32e3411c0 Mon Sep 17 00:00:00 2001 From: Sudha Bisht Date: Fri, 3 Jul 2015 12:36:37 +0530 Subject: [PATCH] Format Fixs --- 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 5c12d6881c..081fa8b459 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