fix header
[civicrm-core.git] / tests / phpunit / api / v3 / SystemCheckTest.php
index bc2f878a67b7cb9bb4cab273e91bd67c62cf0cc2..ea0b0c3404562e10114e060f966e7a29c08c8117 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  * System.check API has many special test cases, so they have their own class.
  *
@@ -37,6 +33,7 @@ require_once 'CiviTest/CiviUnitTestCase.php';
  * an error.
  *
  * @package CiviCRM_APIv3
+ * @group headless
  */
 class api_v3_SystemCheckTest extends CiviUnitTestCase {
   protected $_apiversion;