- Timestamp:
- 04/01/2024 05:16:55 PM (22 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/functions/wpRemoteFopen.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
- Property svn:mergeinfo changed
/trunk merged: 57903-57904
- Property svn:mergeinfo changed
-
branches/6.5/tests/phpunit/tests/functions/wpRemoteFopen.php
r56971 r57908 28 28 public function test_wp_remote_fopen() { 29 29 // This URL gives a direct 200 response. 30 $url = 'https://asdftestblog1. files.wordpress.com/2007/09/2007-06-30-dsc_4700-1.jpg';30 $url = 'https://asdftestblog1.wordpress.com/wp-content/uploads/2007/09/2007-06-30-dsc_4700-1.jpg'; 31 31 $response = wp_remote_fopen( $url ); 32 32
Note: See TracChangeset
for help on using the changeset viewer.