Merge pull request #11735 from mukeshcompucorp/CRM-21814-add-proper-container-to...
[civicrm-core.git] / tests / phpunit / api / v3 / SurveyTest.php
index 3f7084f015d48d7945f3699dbe50394cd2ec0a6c..cc6b151d4dc02d77c79e77d141196ddb81b09c49 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.                                    |
  |                                                                    |
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_survey_* functions
  *
@@ -35,8 +32,6 @@ require_once 'CiviTest/CiviUnitTestCase.php';
  * @subpackage API_Campaign
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * All API should contain at minimum a success test for each
  * function - in this case - create, get & delete
@@ -47,6 +42,7 @@ require_once 'CiviTest/CiviUnitTestCase.php';
  *
  * @author eileen
  *
+ * @group headless
  */
 class api_v3_SurveyTest extends CiviUnitTestCase {
   protected $params;