Changeset 57992 for branches/5.9/tests/phpunit/tests/image/functions.php
- Timestamp:
- 04/15/2024 12:21:00 PM (11 months ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/tests/phpunit/tests/image/functions.php
r52269 r57992 373 373 public function test_wp_crop_image_url() { 374 374 $file = wp_crop_image( 375 'https:// asdftestblog1.files.wordpress.com/2008/04/canola.jpg',375 'https://s.w.org/screenshots/3.9/dashboard.png', 376 376 0, 377 377 0, … … 381 381 100, 382 382 false, 383 DIR_TESTDATA . '/images/' . __FUNCTION__ . '. jpg'383 DIR_TESTDATA . '/images/' . __FUNCTION__ . '.png' 384 384 ); 385 385 … … 416 416 public function test_wp_crop_image_url_not_exist() { 417 417 $file = wp_crop_image( 418 'https:// asdftestblog1.files.wordpress.com/2008/04/canoladoesnotexist.jpg',418 'https://wordpress.org/screenshots/3.9/canoladoesnotexist.jpg', 419 419 0, 420 420 0,
Note: See TracChangeset
for help on using the changeset viewer.