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 )";
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')) {
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',
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();
}
<?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();
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(
<?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',