CRM-14181, remove special handing for enums
[civicrm-core.git] / tests / phpunit / api / v3 / SyntaxConformanceTest.php
index aab3c1b14bdae4496a51e445576156f0e77cc8ca..34d83fee276a1099a991cb768856939d0b100f60 100644 (file)
@@ -726,7 +726,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
         case CRM_Utils_Type::T_URL:
           $entity[$field] = 'warm.beer.com';
       }
-      if (!empty($specs['pseudoconstant']) || !empty($specs['enumValues'])) {
+      if (!empty($specs['pseudoconstant'])) {
         $options = $this->callAPISuccess($entityName, 'getoptions', array('context' => 'create', 'field' => $field));
         if (empty($options['values'])) {
         }