CRM-17429 - Remove Google Checkout payment processor
[civicrm-core.git] / tests / phpunit / CiviTest / CiviSeleniumTestCase.php
index 05918b957beb53b4f5872d8089a49919afbd4adc..2a3019038962fd4b1765ca2687c9d490260732e2 100644 (file)
@@ -858,13 +858,6 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase {
         'test_password' => '7ARxW575w736eF5p',
       );
     }
-    elseif ($processorType == 'Google_Checkout') {
-      // FIXME: we 'll need to make a new separate account for testing
-      $processorSettings = array(
-        'user_name' => '559999327053114',
-        'password' => 'R2zv2g60-A7GXKJYl0nR0g',
-      );
-    }
     elseif ($processorType == 'PayPal') {
       $processorSettings = array(
         'test_user_name' => '559999327053114',