Changeset 874 in tests
- Timestamp:
- 07/03/2012 04:26:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-testcase/test_http.php
r819 r874 16 16 */ 17 17 abstract 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'; 19 20 20 21 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.