CRM-13072 mark tests not enotice compliant
authoreileen <eileen@fuzion.co.nz>
Fri, 26 Jul 2013 04:51:19 +0000 (16:51 +1200)
committereileen <eileen@fuzion.co.nz>
Fri, 26 Jul 2013 04:51:19 +0000 (16:51 +1200)
tests/phpunit/CRM/Extension/Manager/ModuleTest.php
tests/phpunit/CRM/Extension/Manager/PaymentTest.php
tests/phpunit/CRM/Member/BAO/MembershipTest.php
tests/phpunit/CRM/UF/Page/ProfileEditorTest.php
tests/phpunit/CRM/Utils/ArrayTest.php
tests/phpunit/CRM/Utils/DeprecatedUtilsTest.php
tests/phpunit/CRM/Utils/StringTest.php

index b777b65387fc8faebbff3365e1a54765b06f3ba2..beb23c69d2bb42bfb5f68640af461479404f1ae2 100644 (file)
@@ -3,6 +3,10 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 class CRM_Extension_Manager_ModuleTest 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 setUp() {
     parent::setUp();
     // $query = "INSERT INTO civicrm_domain ( name, version ) VALUES ( 'domain', 3 )";
index 5d477462518477ea9db3547667f440c273434864..e1caf2575c249030ec3eae74ec47b50060ed9bb7 100644 (file)
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 class CRM_Extension_Manager_PaymentTest 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 setUp() {
     parent::setUp();
     if (class_exists('test_extension_manager_paymenttest')) {
index 89fcae69a1312b9da3b8fdef829be5e77860c8c9..d5aedbec5078ca8c4db37ad76a11726b6af4bcb4 100644 (file)
@@ -34,6 +34,10 @@ require_once 'CiviTest/Membership.php';
 require_once 'CRM/Core/Controller.php';
 
 class CRM_Member_BAO_MembershipTest 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 get_info() {
     return array(
       'name' => 'Membership BAOs',
index 3224e149b068e0ee64a0ddd38ce76a7c6153c744..f8b4094ff81b7487dff7491daced11fa8c21396a 100644 (file)
@@ -2,6 +2,10 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 class CRM_UF_Page_ProfileEditorTest 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 setUp() {
     parent::setUp();
   }
index 8b2509f2fa6d4cc4e2b79df74c70e49f1a722d38..23ccaf1daef0de0f7907ddd30ba2d7277ec32b21 100644 (file)
@@ -1,6 +1,10 @@
 <?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();
index fd84c662b386a3e813716fd080b2ff0955816dbc..6f0e6a631e2195578e136a72fac72ac57e3f2898 100644 (file)
@@ -4,6 +4,10 @@ require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CRM/Utils/DeprecatedUtils.php';
 
 class CRM_Utils_DeprecatedUtilsTest 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 get_info() {
     return array(
index b330713b4c76dd311d87f769f3c9b8e331f0f79a..29e39102d39e4cda299f5accc76af241009a5048 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
 class CRM_Utils_StringTest 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 get_info() {
     return array(
       'name' => 'String Test',