Changeset 57997 for branches/5.4/tests/phpunit/tests/image/functions.php
- Timestamp:
- 04/15/2024 12:30:10 PM (8 months ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/tests/phpunit/tests/image/functions.php
r48366 r57997 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 $this->assertNotWPError( $file ); … … 375 375 376 376 $file = wp_crop_image( 377 'https:// asdftestblog1.files.wordpress.com/2008/04/canoladoesnotexist.jpg',377 'https://wordpress.org/screenshots/3.9/canoladoesnotexist.jpg', 378 378 0, 379 379 0,
Note: See TracChangeset
for help on using the changeset viewer.