From 6f1ae9ee2e56cea3696b0ea1b89a10f050178d84 Mon Sep 17 00:00:00 2001 From: Klaas Eikelboom Date: Wed, 19 Dec 2018 15:03:28 +0100 Subject: [PATCH] CiviLint --- tests/phpunit/CRM/Contact/BAO/QueryTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/CRM/Contact/BAO/QueryTest.php b/tests/phpunit/CRM/Contact/BAO/QueryTest.php index a2a59038ee..d6a038bd9e 100644 --- a/tests/phpunit/CRM/Contact/BAO/QueryTest.php +++ b/tests/phpunit/CRM/Contact/BAO/QueryTest.php @@ -235,9 +235,8 @@ class CRM_Contact_BAO_QueryTest extends CiviUnitTestCase { ], ]; - /* update with the api does not work because it updates both the name and the - the display_name. Plain SQL however does the job - */ + // update with the api does not work because it updates both the name and the + // the display_name. Plain SQL however does the job CRM_Core_DAO::executeQuery('update civicrm_location_type set name=%2 where id=%1', [ 1 => [4, 'Integer'], -- 2.25.1