From: Eileen Date: Fri, 3 Jan 2014 06:58:06 +0000 (+1300) Subject: remove references to E-NoticeCompliance - is now required not optional X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4aa4d718ccc668c317c703696921cfa64ede3a7e;p=civicrm-core.git remove references to E-NoticeCompliance - is now required not optional --- diff --git a/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php b/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php index 8c0bb62cb6..cda5561b46 100644 --- a/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php +++ b/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php @@ -2,7 +2,6 @@ require_once 'CiviTest/CiviUnitTestCase.php'; class CRM_Utils_Migrate_ImportExportTest extends CiviUnitTestCase { protected $_apiversion; - public $_eNoticeCompliant = TRUE; function setUp() { $this->_apiversion = 3;