disable case custom data test, I fixed the custom datat
authoreileenmcnaughton <eileen@fuzion.co.nz>
Tue, 6 Jan 2015 00:13:25 +0000 (00:13 +0000)
committereileenmcnaughton <eileen@fuzion.co.nz>
Tue, 6 Jan 2015 00:13:25 +0000 (00:13 +0000)
but couldn't find my way through the post-process hooks to prevent it failing
on an e-notice.

tests/phpunit/api/v3/SyntaxConformanceTest.php

index 14b12436f7744fa4650da779d41bdcfcd51d3179..24decee65318f500aac225819af7eec421205ce5 100644 (file)
@@ -181,7 +181,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
     $enabledComponents = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'enable_components', NULL, array());
     $customDataEntities = array();
     $invalidEntities = array('Individual', 'Organization', 'Household');
-    $entitiesToFix = array('Relationship');
+    $entitiesToFix = array('Case', 'Relationship');
     foreach ($entities as $entityName => $entity ) {
       if(!in_array($entityName, $invalidEntities)
         && !in_array($entityName, $entitiesToFix)) {