From 9552063637284d54ac0f3fb9c50a3c37181e07ee Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 27 Aug 2014 23:32:51 -0700 Subject: [PATCH] api_v3_SyntaxConformanceTest - Work-around problem with MembershipBlock --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 7 +++++++ 1 file changed, 7 insertions(+) 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', -- 2.25.1