X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FUtils%2FHttpClientTest.php;h=39ca92d8cb6a1a39edcdcf31c9e075255e82a74b;hb=ce8dad0fcf1418c934ebe696a29448b69de8f58a;hp=3dea0047dc907491b29412c5d943c8b910dba063;hpb=adb2d06e93154a07def9146f7f6385af549fa619;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Utils/HttpClientTest.php b/tests/phpunit/CRM/Utils/HttpClientTest.php index 3dea0047dc..39ca92d8cb 100644 --- a/tests/phpunit/CRM/Utils/HttpClientTest.php +++ b/tests/phpunit/CRM/Utils/HttpClientTest.php @@ -14,7 +14,8 @@ class CRM_Utils_HttpClientTest extends CiviUnitTestCase { const SELF_SIGNED_HTTPS_REGEX = '/This is httpclienttest-selfsign\./'; /** - * @var string path to which we can store temp file + * @var string + * Path to which we can store temp file */ protected $tmpFile;