From: Eileen Date: Fri, 3 Jan 2014 05:31:37 +0000 (+1300) Subject: mark test e-notice compliant X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=00e3870f7512d608d6c1f9c002358c2c9e210f4c;p=civicrm-core.git mark test e-notice compliant --- 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;