Changeset 49184 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r49033 r49184 13 13 abstract class WP_HTTP_UnitTestCase extends WP_UnitTestCase { 14 14 // You can use your own version of data/WPHTTP-testcase-redirection-script.php here. 15 var$redirection_script = 'http://api.wordpress.org/core/tests/1.0/redirection.php';16 var$file_stream_url = 'http://s.w.org/screenshots/3.9/dashboard.png';15 public $redirection_script = 'http://api.wordpress.org/core/tests/1.0/redirection.php'; 16 public $file_stream_url = 'http://s.w.org/screenshots/3.9/dashboard.png'; 17 17 18 18 protected $http_request_args;
Note: See TracChangeset
for help on using the changeset viewer.