Merge pull request #11735 from mukeshcompucorp/CRM-21814-add-proper-container-to...
[civicrm-core.git] / tests / phpunit / api / v3 / SelectQueryTest.php
index 16ada5e4d73194ea0e8cfd765ce1e7704aa8c8bc..0071151b33dc4da3f33d859cf470c54c9197ad04 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';
-
 /**
  * Test APIv3 ability to join across multiple entities
  *
  * @package CiviCRM_APIv3
+ * @group headless
  */
 class api_v3_SelectQueryTest extends CiviUnitTestCase {