Merge pull request #12521 from eileenmcnaughton/fix_im_export_test
[civicrm-core.git] / tests / phpunit / CRM / Utils / HTMLTest.php
index fd80e964a0960659515ac2a389eed229fb5a2074..9f142d894ebbb1f5c40eab9e3a2f28422d8dd649 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| CiviCRM version 4.7                                                |
+| CiviCRM version 5                                                  |
 +--------------------------------------------------------------------+
-| Copyright CiviCRM LLC (c) 2004-2015                                |
+| Copyright CiviCRM LLC (c) 2004-2018                                |
 +--------------------------------------------------------------------+
 | This file is a part of CiviCRM.                                    |
 |                                                                    |
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for parsing translatable strings in HTML content.
+ * @group headless
  */
 class CRM_Utils_HTMLTest extends CiviUnitTestCase {
   /**