From c7ae32530ad2a2ab273b9d267e27a495413cfefc Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 18 Nov 2015 19:31:52 +0530 Subject: [PATCH] format fix --- .../WebTest/Campaign/OnlineEventRegistrationTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/WebTest/Campaign/OnlineEventRegistrationTest.php b/tests/phpunit/WebTest/Campaign/OnlineEventRegistrationTest.php index eebc1cc24a..857d273af5 100644 --- a/tests/phpunit/WebTest/Campaign/OnlineEventRegistrationTest.php +++ b/tests/phpunit/WebTest/Campaign/OnlineEventRegistrationTest.php @@ -210,14 +210,14 @@ class WebTest_Campaign_OnlineEventRegistrationTest extends CiviSeleniumTestCase /** * @param bool $discount * @param bool $priceSet - * @param int $processorId + * @param int $processorIds */ - public function _testAddFees($discount = FALSE, $priceSet = FALSE, $processorName) { + public function _testAddFees($discount = FALSE, $priceSet = FALSE, $processorIds) { // Go to Fees tab $this->click("link=Fees"); $this->waitForElementPresent("_qf_Fee_upload-bottom"); $this->click("CIVICRM_QFID_1_is_monetary"); - $this->select2('payment_processor', $processorName, TRUE); + $this->select2('payment_processor', $processorIds, TRUE); $this->select("financial_type_id", "value=4"); if ($priceSet) { // get one - TBD -- 2.25.1