Changeset 57924
- Timestamp:
- 04/04/2024 01:43:49 PM (6 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 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 ); -
trunk/tests/phpunit/tests/image/functions.php
r57524 r57924 639 639 public function test_wp_crop_image_with_url() { 640 640 $file = wp_crop_image( 641 'https://asdftestblog1. files.wordpress.com/2008/04/canola.jpg',641 'https://asdftestblog1.wordpress.com/wp-content/uploads/2008/04/canola.jpg', 642 642 0, 643 643 0, … … 688 688 public function test_wp_crop_image_should_fail_with_wp_error_object_if_url_does_not_exist() { 689 689 $file = wp_crop_image( 690 'https://asdftestblog1. files.wordpress.com/2008/04/canoladoesnotexist.jpg',690 'https://asdftestblog1.wordpress.com/wp-content/uploads/2008/04/canoladoesnotexist.jpg', 691 691 0, 692 692 0,
Note: See TracChangeset
for help on using the changeset viewer.