Changeset 57924 for trunk/tests/phpunit/tests/http/functions.php
- Timestamp:
- 04/04/2024 01:43:49 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/functions.php
r57904 r57924 55 55 */ 56 56 public function test_get_request() { 57 $url = 'https://asdftestblog1. files.wordpress.com/2007/09/2007-06-30-dsc_4700-1.jpg';57 $url = 'https://asdftestblog1.wordpress.com/wp-content/uploads/2007/09/2007-06-30-dsc_4700-1.jpg'; 58 58 59 59 $response = wp_remote_get( $url );
Note: See TracChangeset
for help on using the changeset viewer.