From 3109a145da938af825a6cb39ac2a80c5e2a46035 Mon Sep 17 00:00:00 2001 From: pratikshad Date: Fri, 20 Mar 2015 16:26:45 +0530 Subject: [PATCH] Fixed webtest for contribution --- tests/phpunit/CiviTest/CiviSeleniumTestCase.php | 3 +++ 1 file changed, 3 insertions(+) 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') { -- 2.25.1