Changeset 57995 for branches/5.6/tests/phpunit/tests/image/functions.php
- Timestamp:
- 04/15/2024 12:27:18 PM (9 months ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/image/functions.php
r49450 r57995 369 369 public function test_wp_crop_image_url() { 370 370 $file = wp_crop_image( 371 'https:// asdftestblog1.files.wordpress.com/2008/04/canola.jpg',371 'https://s.w.org/screenshots/3.9/dashboard.png', 372 372 0, 373 373 0, … … 377 377 100, 378 378 false, 379 DIR_TESTDATA . '/images/' . __FUNCTION__ . '. jpg'379 DIR_TESTDATA . '/images/' . __FUNCTION__ . '.png' 380 380 ); 381 381 … … 412 412 public function test_wp_crop_image_url_not_exist() { 413 413 $file = wp_crop_image( 414 'https:// asdftestblog1.files.wordpress.com/2008/04/canoladoesnotexist.jpg',414 'https://wordpress.org/screenshots/3.9/canoladoesnotexist.jpg', 415 415 0, 416 416 0,
Note: See TracChangeset
for help on using the changeset viewer.