X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FSyntaxConformanceTest.php;h=f549e00f59c2f9232f2b4c3f615ed5da6f542677;hb=b94eea5170f9b25e817067941198129b5de3224c;hp=b4cd5187dc392027c39c0493d35d0cddff22ad84;hpb=536a7c4fb7a0b9bb107cfba5ca287837892878c5;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index b4cd5187dc..f549e00f59 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -96,7 +96,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { $this->toBeImplemented['create'] = array( 'Cxn', 'CxnApp', - 'JobLog', 'SurveyRespondant', 'OptionGroup', 'MailingRecipients', @@ -114,7 +113,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { $this->toBeImplemented['delete'] = array( 'Cxn', 'CxnApp', - 'JobLog', 'MembershipPayment', 'OptionGroup', 'SurveyRespondant', @@ -388,18 +386,14 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'MailingEventUnsubscribe', 'MailingJob', 'MembershipPayment', - 'Note', 'SavedSearch', 'UFJoin', 'UFField', 'PriceFieldValue', - 'JobLog', 'GroupContact', 'EntityTag', 'PledgePayment', - 'PaymentProcessorType', 'Relationship', - 'RelationshipType', // ones that are not real entities hence not extendable. 'ActivityType', @@ -731,6 +725,11 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'ignore_severity', ), ), + 'JobLog' => array( + // For better or worse triggers override. + 'break_return' => ['run_time'], + 'cant_update' => ['run_time'], + ), ); if (empty($knownFailures[$entity]) || empty($knownFailures[$entity][$key])) { return array();