From 5ccc09d85bf825ae692e149b18477ca7e07eb4c5 Mon Sep 17 00:00:00 2001 From: kurund Date: Mon, 12 Aug 2013 00:03:53 +0530 Subject: [PATCH] test fixes --- tests/phpunit/CRM/Core/PseudoConstantTest.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/phpunit/CRM/Core/PseudoConstantTest.php b/tests/phpunit/CRM/Core/PseudoConstantTest.php index 9eed410239..5efd05672d 100644 --- a/tests/phpunit/CRM/Core/PseudoConstantTest.php +++ b/tests/phpunit/CRM/Core/PseudoConstantTest.php @@ -292,14 +292,7 @@ class CRM_Core_PseudoConstantTest extends CiviUnitTestCase { 'max' => 200, ), ), - 'CRM_Financial_DAO_OfficialReceipt' => array( - array( - 'fieldName' => 'currency', - 'sample' => array('USD' => 'US Dollar'), - 'max' => 200, - ), - ), - 'CRM_Pledge_DAO_PledgePayment' => array( + 'CRM_Pledge_DAO_PledgePayment' => array( array( 'fieldName' => 'currency', 'sample' => array('USD' => 'US Dollar'), -- 2.25.1