tests/phpunit - Declare `@group headless`
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / RecurringEntityTest.php
index 793b2d4b858d78f113402f1b69ed04821b6c87ed..07b9ffa28e951e023379451f9986a88f55da2822 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';
-require_once 'CRM/Core/BAO/RecurringEntity.php';
-
 /**
  * Class CRM_Core_BAO_RecurringEntityTest
+ * @group headless
  */
 class CRM_Core_BAO_RecurringEntityTest extends CiviUnitTestCase {