Remove project task from tests CRM-12464
authorColeman Watts <coleman@civicrm.org>
Mon, 3 Jun 2013 23:30:43 +0000 (16:30 -0700)
committerColeman Watts <coleman@civicrm.org>
Mon, 3 Jun 2013 23:30:43 +0000 (16:30 -0700)
----------------------------------------
* CRM-12464: Add PseudoConstants to Schema Metadata
  http://issues.civicrm.org/jira/browse/CRM-12464

tests/phpunit/CRM/Core/PseudoConstantTest.php

index 146244f6310d0384f8bf9e63e150794641f44723..3f08958c680fb75246fc40f2db9e0b6103b4e718 100644 (file)
@@ -342,12 +342,6 @@ class CRM_Core_PseudoConstantTest extends CiviUnitTestCase {
           'sample' => 'CiviContribute',
         ),
       ),
-      'CRM_Project_DAO_Task' => array(
-        array(
-          'fieldName' => 'priority_id',
-          'sample' => 'Urgent',
-        ),
-      ),
       'CRM_Core_DAO_MailSettings' => array(
         array(
           'fieldName' => 'protocol',