From: kurund Date: Sun, 11 Aug 2013 18:33:53 +0000 (+0530) Subject: test fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5ccc09d85bf825ae692e149b18477ca7e07eb4c5;p=civicrm-core.git test fixes --- 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'),