tests/phpunit - Declare `@group headless`
[civicrm-core.git] / tests / phpunit / api / v3 / CustomGroupTest.php
index 4a0d8777300b854367d2b869bf425d995a606af2..ebb70d837fd279adb96784e4a729fee52222bf7c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_custom_group* functions
  *
  * @package CiviCRM_APIv3
  * @subpackage API_CustomGroup
+ * @group headless
  */
 class api_v3_CustomGroupTest extends CiviUnitTestCase {
   protected $_apiversion = 3;