Changeset 57996 for branches/5.5/tests/phpunit/tests/image/functions.php
- Timestamp:
- 04/15/2024 12:28:32 PM (9 months ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/tests/phpunit/tests/image/functions.php
r48464 r57996 336 336 337 337 $file = wp_crop_image( 338 'https:// asdftestblog1.files.wordpress.com/2008/04/canola.jpg',338 'https://s.w.org/screenshots/3.9/dashboard.png', 339 339 0, 340 340 0, … … 344 344 100, 345 345 false, 346 DIR_TESTDATA . '/images/' . __FUNCTION__ . '. jpg'346 DIR_TESTDATA . '/images/' . __FUNCTION__ . '.png' 347 347 ); 348 348 … … 380 380 381 381 $file = wp_crop_image( 382 'https:// asdftestblog1.files.wordpress.com/2008/04/canoladoesnotexist.jpg',382 'https://wordpress.org/screenshots/3.9/canoladoesnotexist.jpg', 383 383 0, 384 384 0,
Note: See TracChangeset
for help on using the changeset viewer.