Fixed webtest for contribution
authorpratikshad <pratiksha.dubey@webaccess.co.in>
Fri, 20 Mar 2015 10:56:45 +0000 (16:26 +0530)
committerpratikshad <pratiksha.dubey@webaccess.co.in>
Fri, 20 Mar 2015 10:56:45 +0000 (16:26 +0530)
tests/phpunit/CiviTest/CiviSeleniumTestCase.php

index 4df99add862a3f3a91c482066bc04305979e68c9..6adcb91be0bc68379bda4358778e7d89560ffd92 100644 (file)
@@ -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') {