From: Tim Otten Date: Thu, 28 Aug 2014 06:32:51 +0000 (-0700) Subject: api_v3_SyntaxConformanceTest - Work-around problem with MembershipBlock X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9552063637284d54ac0f3fb9c50a3c37181e07ee;p=civicrm-core.git api_v3_SyntaxConformanceTest - Work-around problem with MembershipBlock --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index abcf40d387..a017013964 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -428,6 +428,13 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'definition', ) ), + 'MembershipBlock' => array( + 'cant_update' => array( + // The fake/auto-generated values leave us unable to properly cleanup fake data + 'entity_type', + 'entity_id', + ) + ), 'Pledge' => array( 'cant_update' => array( 'pledge_original_installment_amount',