tests/phpunit/** - Remove unnecessary "require_once" statements
[civicrm-core.git] / tests / phpunit / CRM / Core / PseudoConstantTest.php
index 8c6d84ca1a33558651488991481c81e90d48b006..4cd2dc58066a4b35757a548e18765b7325a0a839 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for pseudoconstant retrieval
  */
@@ -88,7 +86,7 @@ class CRM_Core_PseudoConstantTest extends CiviUnitTestCase {
     $pp_name = md5(microtime());
     $api_params = array(
       'domain_id' => 1,
-      'payment_processor_type_id' => 10,
+      'payment_processor_type_id' => 'Dummy',
       'name' => $pp_name,
       'user_name' => $pp_name,
       'class_name' => 'Payment_Dummy',