From 744786a1e62b6ab36b8cb1f5cf44dfcc3eaf8f1e Mon Sep 17 00:00:00 2001 From: Edsel Date: Wed, 22 Jun 2016 11:44:16 +0530 Subject: [PATCH] CRM-16189 Fixed jenkins errors ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 --- tests/phpunit/CRM/Core/OptionGroupTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Core/OptionGroupTest.php b/tests/phpunit/CRM/Core/OptionGroupTest.php index a2390261f4..73d7c404c7 100644 --- a/tests/phpunit/CRM/Core/OptionGroupTest.php +++ b/tests/phpunit/CRM/Core/OptionGroupTest.php @@ -63,5 +63,4 @@ class CRM_Core_OptionGroupTest extends CiviUnitTestCase { $this->assertTrue(($values === $options2), "The arrays retrieved should be the same and in the same order"); } - } -- 2.25.1