Changeset 57942 for branches/6.0/tests/phpunit/tests/image/functions.php
- Timestamp:
- 04/07/2024 09:49:23 PM (22 months ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/image/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/tests/phpunit/tests/image/functions.php
r53292 r57942 393 393 public function test_wp_crop_image_url() { 394 394 $file = wp_crop_image( 395 'https:// asdftestblog1.files.wordpress.com/2008/04/canola.jpg',395 'https://s.w.org/screenshots/3.9/dashboard.png', 396 396 0, 397 397 0, … … 401 401 100, 402 402 false, 403 DIR_TESTDATA . '/images/' . __FUNCTION__ . '. jpg'403 DIR_TESTDATA . '/images/' . __FUNCTION__ . '.png' 404 404 ); 405 405 … … 436 436 public function test_wp_crop_image_url_not_exist() { 437 437 $file = wp_crop_image( 438 'https:// asdftestblog1.files.wordpress.com/2008/04/canoladoesnotexist.jpg',438 'https://wordpress.org/screenshots/3.9/canoladoesnotexist.jpg', 439 439 0, 440 440 0,
Note: See TracChangeset
for help on using the changeset viewer.