From 7707d51000453dd6f3d5cf35371b2df41df67ae1 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 14 Nov 2014 15:24:04 +1300 Subject: [PATCH] test fix --- tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php index cc93bb6973..a46fe0ebca 100644 --- a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php +++ b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php @@ -54,7 +54,7 @@ require_once 'CiviTest/CiviUnitTestCase.php'; * @package CiviCRM */ class CRM_Contact_Form_Search_Custom_GroupTest extends CiviUnitTestCase { - static $_tablesToTruncate = array( + protected $_tablesToTruncate = array( 'civicrm_group_contact', 'civicrm_group', 'civicrm_saved_search', -- 2.25.1