From 4aa4d718ccc668c317c703696921cfa64ede3a7e Mon Sep 17 00:00:00 2001 From: Eileen Date: Fri, 3 Jan 2014 19:58:06 +1300 Subject: [PATCH] remove references to E-NoticeCompliance - is now required not optional --- tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.25.1