CRM-17860 - HeadlessInterface - Docs
authorTim Otten <totten@civicrm.org>
Wed, 10 Feb 2016 03:30:03 +0000 (19:30 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 15 Feb 2016 22:26:36 +0000 (14:26 -0800)
Civi/Test/HeadlessInterface.php

index d9e2c6332e5212cc5555f7efff9284538596abc0..85de268943c10c339b0b661d719a2938e6e111f1 100644 (file)
@@ -23,11 +23,13 @@ namespace Civi\Test;
 interface HeadlessInterface {
 
   /**
-   * The setupHeadless functions runs at the start of each test case.
+   * The setupHeadless functions runs at the start of each test case, right before
+   * the headless environment reboots.
+   *
    * It should perform any necessary steps required for putting the database
    * in a consistent baseline -- such as loading schema and extensions.
    *
-   * The utility class `\Civi\Test` provides a number of helper functions
+   * The utility `\Civi\Test::headless()` provides a number of helper functions
    * for managing this setup, and it includes optimizations to avoid redundant
    * setup work.
    *