Merge pull request #7797 from JKingsnorth/CRM-17977
[civicrm-core.git] / tests / phpunit / api / v3 / UtilsTest.php
index b181d902801a13ad9ffe7546dd2e045528057fcb..bfe548301687039ef89f34d318c6ac68f5b338fd 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CRM/Utils/DeprecatedUtils.php';
 
 /**
  * Test class for API utils
  *
  * @package   CiviCRM
+ * @group headless
  */
 class api_v3_UtilsTest extends CiviUnitTestCase {
   protected $_apiversion = 3;
@@ -201,7 +201,6 @@ class api_v3_UtilsTest extends CiviUnitTestCase {
     }
   }
 
-
   /**
    * Test GET DAO function returns DAO.
    */