Make WordPress Core

Changeset 34600


Ignore:
Timestamp:
09/26/2015 05:47:24 PM (9 years ago)
Author:
jorbin
Message:

Use an http URL rather then an https URL for tests

Travis doesn't properly support SSL on older versions of PHP. Since we don't test for SSL support in all of the tests, this can cause these tests to fail. This changes a URL introduced in [34568]

See #33968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/base.php

    r34568 r34600  
    1414    // You can use your own version of data/WPHTTP-testcase-redirection-script.php here.
    1515    var $redirection_script = 'http://api.wordpress.org/core/tests/1.0/redirection.php';
    16     var $fileStreamUrl = 'https://s.w.org/screenshots/3.9/dashboard.png';
     16    var $fileStreamUrl = 'http://s.w.org/screenshots/3.9/dashboard.png';
    1717
    1818    function setUp() {
Note: See TracChangeset for help on using the changeset viewer.