Skip to content
Snippets Groups Projects
Commit c05578c4 authored by eileen's avatar eileen :8ball:
Browse files

Merge pull request #5952 from eileenmcnaughton/4.3

CRM_Utils_HttpClientTest - Fix example URL
parents 64d30030 af0ba98d
Branches OO
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
const VALID_HTTP_REGEX = '/MySQL/';
const VALID_HTTPS_URL = 'https://civicrm.org/INSTALL.mysql.txt';
const VALID_HTTPS_REGEX = '/MySQL/';
const SELF_SIGNED_HTTPS_URL = 'https://self-signed.onebitwise.com:4443/';
const SELF_SIGNED_HTTPS_URL = 'https://www-test.civicrm.org:4433/index.html';
const SELF_SIGNED_HTTPS_REGEX = '/self-signed/';
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment