X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FTest%2FHeadlessInterface.php;h=95227f76856ccf292a9429451964beab8333a929;hb=d1d2bcec61c334aa62e388af0a8f1dc499c4fc3b;hp=85de268943c10c339b0b661d719a2938e6e111f1;hpb=262c5c3eb414998382a410134f140a02c929fd61;p=civicrm-core.git diff --git a/Civi/Test/HeadlessInterface.php b/Civi/Test/HeadlessInterface.php index 85de268943..95227f7685 100644 --- a/Civi/Test/HeadlessInterface.php +++ b/Civi/Test/HeadlessInterface.php @@ -7,7 +7,7 @@ namespace Civi\Test; * @package Civi\Test * * To run your test against a fake, headless database, flag it with the - * HeadlessInterface. CiviTestListener will automatically boot + * HeadlessInterface. CiviTestListener will automatically boot Civi. * * Alternatively, if you wish to run a test in a live (CMS-enabled) environment, * flag it with EndToEndInterface. @@ -23,7 +23,7 @@ namespace Civi\Test; interface HeadlessInterface { /** - * The setupHeadless functions runs at the start of each test case, right before + * The setupHeadless function 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