From 26212228b7339f89ce7708261259d16ba00e4d2c Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 22 Jun 2013 23:21:32 +1200 Subject: [PATCH] mark tests non-enotice=compliant --- tests/phpunit/api/v3/PledgePaymentTest.php | 2 +- tests/phpunit/api/v3/SyntaxConformanceAllEntitiesTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/api/v3/PledgePaymentTest.php b/tests/phpunit/api/v3/PledgePaymentTest.php index 48200451d2..cea90603a1 100644 --- a/tests/phpunit/api/v3/PledgePaymentTest.php +++ b/tests/phpunit/api/v3/PledgePaymentTest.php @@ -44,7 +44,7 @@ class api_v3_PledgePaymentTest extends CiviUnitTestCase { protected $_contributionID; protected $_contributionTypeId; protected $_entity = 'PledgePayment'; - + public $_eNoticeCompliant = FALSE; public $DBResetRequired = TRUE; function setUp() { diff --git a/tests/phpunit/api/v3/SyntaxConformanceAllEntitiesTest.php b/tests/phpunit/api/v3/SyntaxConformanceAllEntitiesTest.php index 18824f20cd..415cf1ac8d 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceAllEntitiesTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceAllEntitiesTest.php @@ -45,7 +45,7 @@ class api_v3_SyntaxConformanceAllEntitiesTest extends CiviUnitTestCase { /** This test case doesn't require DB reset */ public $DBResetRequired = FALSE; - + public $_eNoticeCompliant = FALSE; /* they are two types of missing APIs: - Those that are to be implemented (in some future version when someone steps in -hint hint-). List the entities in toBeImplemented[ {$action} ] -- 2.25.1