From 52d2b51792b2fd5643c66861629b7a86759606a6 Mon Sep 17 00:00:00 2001 From: Eileen Date: Fri, 3 Jan 2014 18:58:07 +1300 Subject: [PATCH] remove _eNoticeCompliant from non-compliant tests --- tests/phpunit/CRM/Core/BAO/CustomFieldTest.php | 4 ---- tests/phpunit/CRM/Core/BAO/PhoneTest.php | 4 ---- tests/phpunit/CRM/Core/ErrorTest.php | 4 ---- 3 files changed, 12 deletions(-) diff --git a/tests/phpunit/CRM/Core/BAO/CustomFieldTest.php b/tests/phpunit/CRM/Core/BAO/CustomFieldTest.php index 4314532808..40519893f1 100644 --- a/tests/phpunit/CRM/Core/BAO/CustomFieldTest.php +++ b/tests/phpunit/CRM/Core/BAO/CustomFieldTest.php @@ -3,10 +3,6 @@ require_once 'CiviTest/CiviUnitTestCase.php'; require_once 'CiviTest/Contact.php'; require_once 'CiviTest/Custom.php'; class CRM_Core_BAO_CustomFieldTest 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' => 'Custom Field BAOs', diff --git a/tests/phpunit/CRM/Core/BAO/PhoneTest.php b/tests/phpunit/CRM/Core/BAO/PhoneTest.php index 9a80ee9422..e7ea0a88b5 100644 --- a/tests/phpunit/CRM/Core/BAO/PhoneTest.php +++ b/tests/phpunit/CRM/Core/BAO/PhoneTest.php @@ -31,10 +31,6 @@ require_once 'CiviTest/Contact.php'; require_once 'CiviTest/Custom.php'; require_once 'CiviTest/Event.php'; class CRM_Core_BAO_PhoneTest 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' => 'Phone BAOs', diff --git a/tests/phpunit/CRM/Core/ErrorTest.php b/tests/phpunit/CRM/Core/ErrorTest.php index ad84640cbe..8492cdb8e6 100644 --- a/tests/phpunit/CRM/Core/ErrorTest.php +++ b/tests/phpunit/CRM/Core/ErrorTest.php @@ -31,10 +31,6 @@ require_once 'CiviTest/CiviUnitTestCase.php'; * Tests for linking to resource files */ class CRM_Core_ErrorTest 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' => 'Errors', -- 2.25.1