X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fphpunit%2FCRM%2FCore%2FPseudoConstantTest.php;h=4cd2dc58066a4b35757a548e18765b7325a0a839;hb=0eea664b7d0187f1287c6319702702e5d06a6891;hp=7433bab1eb702af07bfe24e9f5f59d554474fe03;hpb=e0f7db08c6f9ad45fc861ea09b6865572d7f10a2;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Core/PseudoConstantTest.php b/tests/phpunit/CRM/Core/PseudoConstantTest.php index 7433bab1eb..4cd2dc5806 100644 --- a/tests/phpunit/CRM/Core/PseudoConstantTest.php +++ b/tests/phpunit/CRM/Core/PseudoConstantTest.php @@ -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', @@ -693,10 +691,6 @@ class CRM_Core_PseudoConstantTest extends CiviUnitTestCase { ), ), 'CRM_Core_DAO_MappingField' => array( - array( - 'fieldName' => 'contact_type', - 'sample' => 'Individual', - ), array( 'fieldName' => 'website_type_id', 'sample' => 'Facebook',