X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FTest%2FEndToEndInterface.php;h=9170b5c2278f1c4a3000aa31eb0a90fd24541445;hb=48afff100d7be8ac4139020919536e4e9d1ff9bb;hp=af5ea0a32292ecca3272c39f91d568f60ee22dc2;hpb=09e1f1e3d33a64cf70d6a7f988d4c8788f090f0c;p=civicrm-core.git diff --git a/Civi/Test/EndToEndInterface.php b/Civi/Test/EndToEndInterface.php index af5ea0a322..9170b5c227 100644 --- a/Civi/Test/EndToEndInterface.php +++ b/Civi/Test/EndToEndInterface.php @@ -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 */