Merge pull request #15884 from kainuk/issue-lab-1365
[civicrm-core.git] / Civi / Test / EndToEndInterface.php
index af5ea0a32292ecca3272c39f91d568f60ee22dc2..9170b5c2278f1c4a3000aa31eb0a90fd24541445 100644 (file)
@@ -8,8 +8,18 @@ namespace Civi\Test;
  * To run your test against a live, CMS-integrated database, flag it with the the
  * EndToEndInterface.
  *
- * Alternatively, if you wish to run a test in a live (CMS-enabled) environment,
- * flag it with EndToEndInterface.
+ * Note: The global variable $_CV should be pre-populated with some interesting data:
+ *
+ * - $_CV['CMS_URL']
+ * - $_CV['ADMIN_USER']
+ * - $_CV['ADMIN_PASS']
+ * - $_CV['ADMIN_EMAIL']
+ * - $_CV['DEMO_USER']
+ * - $_CV['DEMO_PASS']
+ * - $_CV['DEMO_EMAIL']
+ *
+ * Alternatively, if you wish to run a test in a headless environment,
+ * flag it with HeadlessInterface.
  *
  * @see HeadlessInterface
  */