From: Vinu Varshith S Date: Mon, 13 Nov 2017 17:19:30 +0000 (+0530) Subject: clear weird character causing warnings X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=459d57b313168435601ec608ca582d62faaa1b31;p=civicrm-core.git clear weird character causing warnings --- 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. */