From: eileen Date: Fri, 26 Jul 2013 03:47:27 +0000 (+1200) Subject: CRM-13072 now that we have marked all non-enotice compliant tests lets default to... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eafce897b3d8bcb506f3da16ecb88fa86062c49c;p=civicrm-core.git CRM-13072 now that we have marked all non-enotice compliant tests lets default to compliant --- diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 2744019cfd..0b1ace490d 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -108,7 +108,7 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase { /** * Allow classes to state E-notice compliance */ - public $_eNoticeCompliant = FALSE; + public $_eNoticeCompliant = TRUE; /** * @var boolean DBResetRequired allows skipping DB reset