From f1230f065fa101c800c8c486bffbdb6cc91a3557 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 12 Oct 2017 17:41:07 +1300 Subject: [PATCH] Fix missing comma for phpcs --- tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php index 25263a2e7a..1e72128ca0 100644 --- a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php +++ b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php @@ -309,7 +309,7 @@ class CRM_Contact_Imports_Parser_ContactTest extends CiviUnitTestCase { $errorMessage = array(); $customGroup = $this->customGroupCreate(array( 'extends' => 'Contact', - 'title' => 'ABC' + 'title' => 'ABC', )); $customField = $this->customFieldOptionValueCreate($customGroup, 'fieldABC', array('html_type' => 'Multi-Select')); $params = array( -- 2.25.1