From: pratikshad Date: Fri, 20 Mar 2015 10:56:45 +0000 (+0530) Subject: Fixed webtest for contribution X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3109a145da938af825a6cb39ac2a80c5e2a46035;p=civicrm-core.git Fixed webtest for contribution --- diff --git a/tests/phpunit/CiviTest/CiviSeleniumTestCase.php b/tests/phpunit/CiviTest/CiviSeleniumTestCase.php index 4df99add86..6adcb91be0 100644 --- a/tests/phpunit/CiviTest/CiviSeleniumTestCase.php +++ b/tests/phpunit/CiviTest/CiviSeleniumTestCase.php @@ -853,8 +853,11 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase { elseif ($processorType == 'PayPal') { $processorSettings = array( 'test_user_name' => '559999327053114', + 'user_name' => '559999327053114', 'test_password' => 'R2zv2g60-A7GXKJYl0nR0g', 'test_signature' => 'R2zv2g60-A7GXKJYl0nR0g', + 'password' => 'R2zv2g60-A7GXKJYl0nR0g', + 'signature' => 'R2zv2g60-A7GXKJYl0nR0g', ); } elseif ($processorType == 'PayPal_Standard') {