From b751b3a7f5697abf3f11c93070d993d0398e844a Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 14 Jul 2016 10:54:57 +1000 Subject: [PATCH] Fix up Failing test due to empty parents array. Parents is assumed to be empty unless specified --- tests/phpunit/CRM/Contact/BAO/GroupContactTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/BAO/GroupContactTest.php b/tests/phpunit/CRM/Contact/BAO/GroupContactTest.php index 7f85268a9c..f88abf409a 100644 --- a/tests/phpunit/CRM/Contact/BAO/GroupContactTest.php +++ b/tests/phpunit/CRM/Contact/BAO/GroupContactTest.php @@ -101,7 +101,6 @@ class CRM_Contact_BAO_GroupContactTest extends CiviUnitTestCase { 'title' => 'Parent Group', 'description' => 'Parent Group', 'visibility' => 'User and User Admin Only', - 'parents' => '', 'is_active' => 1, ); $parentGroup = CRM_Contact_BAO_Group::create($groupParams1); -- 2.25.1