From 1a03f246ccfda3b10d0a7399a62c0a63778bbb0b Mon Sep 17 00:00:00 2001 From: Web Access Date: Mon, 18 Jan 2016 19:01:11 +0530 Subject: [PATCH] Warning fix --- tests/phpunit/WebTest/Contact/EditContactTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Contact/EditContactTest.php b/tests/phpunit/WebTest/Contact/EditContactTest.php index cbf1aaec51..e3274cfe64 100644 --- a/tests/phpunit/WebTest/Contact/EditContactTest.php +++ b/tests/phpunit/WebTest/Contact/EditContactTest.php @@ -113,7 +113,9 @@ class WebTest_Contact_EditContactTest extends CiviSeleniumTestCase { } - // CRM-17273 + /** + * CRM-17273 + */ public function testdisallowEditLocationType() { $this->webtestLogin(); -- 2.25.1