From 4b2694ae90e7f8d973e23a0830f5901de6656590 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sun, 27 Apr 2014 13:17:07 -0700 Subject: [PATCH] tests - remove legacy enotice demarkations --- tests/phpunit/api/v3/DashboardContactTest.php | 4 +--- tests/phpunit/api/v3/DashboardTest.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/phpunit/api/v3/DashboardContactTest.php b/tests/phpunit/api/v3/DashboardContactTest.php index 32e31b68d4..2585159093 100644 --- a/tests/phpunit/api/v3/DashboardContactTest.php +++ b/tests/phpunit/api/v3/DashboardContactTest.php @@ -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 +} diff --git a/tests/phpunit/api/v3/DashboardTest.php b/tests/phpunit/api/v3/DashboardTest.php index c85fe680c5..aa0a55bc29 100644 --- a/tests/phpunit/api/v3/DashboardTest.php +++ b/tests/phpunit/api/v3/DashboardTest.php @@ -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 +} -- 2.25.1