format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 18 Nov 2015 14:01:52 +0000 (19:31 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 18 Nov 2015 14:01:52 +0000 (19:31 +0530)
tests/phpunit/WebTest/Campaign/OnlineEventRegistrationTest.php

index eebc1cc24a208c1810413ff94e5a0b1d053ba2dc..857d273af50c738a0c2b816e44ea600a7bbc31c2 100644 (file)
@@ -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