Merge pull request #12259 from seamuslee001/dev_core_163
[civicrm-core.git] / tests / phpunit / CRM / Utils / GlobalStackTest.php
index bc1e2139462f172dcd9c8c3bf183238c3c1bacd7..186a67e3ae76416b72b47cb55e692a2be75e3255 100644 (file)
@@ -1,14 +1,13 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_GlobalStackTest
+ * @group headless
  */
 class CRM_Utils_GlobalStackTest extends CiviUnitTestCase {
 
   /**
-   * Temporarily override global variables and ensure that the variable data
+   * Temporarily override global variables and ensure that the variable data.
    * is set as expected (before/during/after the override).
    */
   public function testPushPop() {