From 459d57b313168435601ec608ca582d62faaa1b31 Mon Sep 17 00:00:00 2001 From: Vinu Varshith S Date: Mon, 13 Nov 2017 22:49:30 +0530 Subject: [PATCH] clear weird character causing warnings --- tests/phpunit/api/v3/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index f80efd65da..491a98849a 100644 --- a/tests/phpunit/api/v3/ContactTest.php +++ b/tests/phpunit/api/v3/ContactTest.php @@ -3560,7 +3560,7 @@ class api_v3_ContactTest extends CiviUnitTestCase { $result = $this->callAPISuccessGetSingle('Contact', array('last_name' => 'Doe')); $this->assertEquals(1, $result['communication_style_id']); } - + /** * CRM-21041 Test if 'communication style' is set if value is passed. */ -- 2.25.1