Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ufundo
Core
Commits
c05578c4
Commit
c05578c4
authored
Jun 04, 2015
by
eileen
🎱
Browse files
Merge pull request #5952 from eileenmcnaughton/4.3
CRM_Utils_HttpClientTest - Fix example URL
parents
64d30030
af0ba98d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/phpunit/CRM/Utils/HttpClientTest.php
View file @
c05578c4
...
...
@@ -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/'
;
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment