tests - remove legacy enotice demarkations
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 27 Apr 2014 20:17:07 +0000 (13:17 -0700)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 27 Apr 2014 20:17:07 +0000 (13:17 -0700)
tests/phpunit/api/v3/DashboardContactTest.php
tests/phpunit/api/v3/DashboardTest.php

index 32e31b68d4c2960d2477548865d3effe58095b21..258515909395da05f23eed546452b34474000637 100644 (file)
@@ -37,8 +37,6 @@ class api_v3_DashboardContactTest extends CiviUnitTestCase {
   protected $_entity = 'dashboard_contact';
   protected $_apiversion = 3;
 
-  public $_eNoticeCompliant = TRUE;
-
   /**
    *  Test setup for every test
    *
@@ -91,4 +89,4 @@ class api_v3_DashboardContactTest extends CiviUnitTestCase {
     $newCount = CRM_Core_DAO::singleValueQuery("select count(*) from civicrm_dashboard_contact where contact_id = {$contact['id']} AND is_active = 1 AND dashboard_id = {$dashresult['id']}");
     $this->assertEquals($oldCount + 1, $newCount);
   }
-}
\ No newline at end of file
+}
index c85fe680c5ac6ab1eab19fda8d5092d8149232a9..aa0a55bc2928f8b595b350b5379055e9905cafd2 100644 (file)
@@ -37,8 +37,6 @@ class api_v3_DashboardTest extends CiviUnitTestCase {
   protected $_entity = 'dashboard';
   protected $_apiversion = 3;
 
-  public $_eNoticeCompliant = TRUE;
-
   /**
    *  Test setup for every test
    *
@@ -91,4 +89,4 @@ class api_v3_DashboardTest extends CiviUnitTestCase {
     $newCount = CRM_Core_DAO::singleValueQuery('select count(*) from civicrm_dashboard');
     $this->assertEquals($oldCount, $newCount);
   }
-}
\ No newline at end of file
+}