E-notice fixes in tests
[civicrm-core.git] / tests / phpunit / CRM / Utils / ArrayTest.php
index 23ccaf1daef0de0f7907ddd30ba2d7277ec32b21..8b2509f2fa6d4cc4e2b79df74c70e49f1a722d38 100644 (file)
@@ -1,10 +1,6 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 class CRM_Utils_ArrayTest 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;
   function testBreakReference() {
     // Get a reference and make a change
     $fooRef1 = self::returnByReference();