From 00e3870f7512d608d6c1f9c002358c2c9e210f4c Mon Sep 17 00:00:00 2001 From: Eileen Date: Fri, 3 Jan 2014 18:31:37 +1300 Subject: [PATCH] mark test e-notice compliant --- tests/phpunit/CRM/Core/Payment/BaseIPNTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/phpunit/CRM/Core/Payment/BaseIPNTest.php b/tests/phpunit/CRM/Core/Payment/BaseIPNTest.php index 7d3695b284..2169552b6c 100644 --- a/tests/phpunit/CRM/Core/Payment/BaseIPNTest.php +++ b/tests/phpunit/CRM/Core/Payment/BaseIPNTest.php @@ -28,10 +28,7 @@ require_once 'CiviTest/CiviUnitTestCase.php'; class CRM_Core_Payment_BaseIPNTest extends CiviUnitTestCase { - //@todo make BAO enotice compliant & remove the line below - // WARNING - NEVER COPY & PASTE $_eNoticeCompliant = FALSE - // new test classes should be compliant. - public $_eNoticeCompliant = FALSE; + protected $_contributionTypeId; protected $_contributionParams; protected $_contactId; -- 2.25.1