From 0c0b9781fce47fc359ddefd5dfddd2438232b6e4 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 17 Nov 2014 13:33:57 +1300 Subject: [PATCH] test fix --- tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php | 2 +- tests/phpunit/CRM/Report/Form/TestCaseTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php b/tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php index 3ead3da387..de869e8cfd 100644 --- a/tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php +++ b/tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php @@ -33,7 +33,7 @@ require_once 'CiviTest/CiviReportTestCase.php'; * @package CiviCRM */ class CRM_Report_Form_Contribute_DetailTest extends CiviReportTestCase { - static $_tablesToTruncate = array( + protected $_tablesToTruncate = array( 'civicrm_contact', 'civicrm_email', 'civicrm_phone', diff --git a/tests/phpunit/CRM/Report/Form/TestCaseTest.php b/tests/phpunit/CRM/Report/Form/TestCaseTest.php index 60a1b446ee..ce7ee0ddfb 100644 --- a/tests/phpunit/CRM/Report/Form/TestCaseTest.php +++ b/tests/phpunit/CRM/Report/Form/TestCaseTest.php @@ -38,7 +38,7 @@ require_once 'CiviTest/CiviReportTestCase.php'; * @package CiviCRM */ class CRM_Report_Form_TestCaseTest extends CiviReportTestCase { - static $_tablesToTruncate = array( + protected $_tablesToTruncate = array( 'civicrm_contact', 'civicrm_email', 'civicrm_phone', -- 2.25.1