projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce7016
)
CRM_Utils_HttpClientTest - Fix example URL
author
Tim Otten
<totten@civicrm.org>
Wed, 1 Apr 2015 23:48:13 +0000
(16:48 -0700)
committer
Tim Otten
<totten@civicrm.org>
Wed, 1 Apr 2015 23:48:13 +0000
(16:48 -0700)
tests/phpunit/CRM/Utils/HttpClientTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CRM/Utils/HttpClientTest.php
b/tests/phpunit/CRM/Utils/HttpClientTest.php
index 613ae41bf749ede3c903621cfa34b791259f84cb..10d0fda815bfee1e0cb281422b291712564c4a75 100644
(file)
--- a/
tests/phpunit/CRM/Utils/HttpClientTest.php
+++ b/
tests/phpunit/CRM/Utils/HttpClientTest.php
@@
-10,7
+10,7
@@
class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
const VALID_HTTP_REGEX = '/<html/';
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/';
/**