From e4750236c6668b9126271cc6eef02256a64ec9f0 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Wed, 20 Sep 2017 23:02:48 +1200 Subject: Use Piwik.org in our HTTP Socket integration test (#12074) * Use Piwik.org in our HTTP Socket integration test * use exact "piwik.org" in HTTP socket integration test * use "ssl://" if necessary for HTTP socket * divert from spec to please HTTP socket test --- tests/PHPUnit/Integration/HttpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit') diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php index 29a0d71161..db4e370862 100644 --- a/tests/PHPUnit/Integration/HttpTest.php +++ b/tests/PHPUnit/Integration/HttpTest.php @@ -289,7 +289,7 @@ class HttpTest extends \PHPUnit_Framework_TestCase public function testSocketHttpsWorksWithValidCertificate() { - $result = Http::sendHttpRequestBy('socket', 'https://www.google.com/', 10); + $result = Http::sendHttpRequestBy('socket', 'https://piwik.org/', 10); $this->assertNotEmpty($result); } } -- cgit v1.2.3