Make WordPress Core

Changeset 874 in tests


Ignore:
Timestamp:
07/03/2012 04:26:26 PM (13 years ago)
Author:
nacin
Message:

Switch the HTTP tests to use a redirection script deployed on wordpress.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-testcase/test_http.php

    r819 r874  
    1616 */
    1717abstract class WP_HTTP_UnitTestCase extends WP_UnitTestCase {
    18     var $redirection_script = 'http://tools.dd32.id.au/redirect/'; // You can use your own version here, You can find it in wp-testdata/WPHTTP-testcase-redirection-script.php
     18    // You can use your own version of wp-testdata/WPHTTP-testcase-redirection-script.php here.
     19    var $redirection_script = 'http://api.wordpress.org/core/tests/1.0/redirection.php';
    1920
    2021    function setUp() {
Note: See TracChangeset for help on using the changeset viewer.