phpcs - Fix error, "CONST keyword must be lowercase; expected const but found CONST"
[civicrm-core.git] / tests / phpunit / CRM / Utils / HttpClientTest.php
index 445f271bb26d798c567decd001a0fd6900ee091d..613ae41bf749ede3c903621cfa34b791259f84cb 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 require_once 'CiviTest/CiviUnitTestCase.php';
+
+/**
+ * Class CRM_Utils_HttpClientTest
+ */
 class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
 
   const VALID_HTTP_URL = 'http://sandbox.civicrm.org/';