Changeset 38762 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 10/09/2016 01:11:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r38761 r38762 307 307 $file = wp_crop_image( 'https://asdftestblog1.files.wordpress.com/2008/04/canola.jpg', 308 308 0, 0, 100, 100, 100, 100, false, 309 DIR_TESTDATA . '/images/' . rand_str(). '.jpg' );309 DIR_TESTDATA . '/images/' . __FUNCTION__ . '.jpg' ); 310 310 $this->assertNotInstanceOf( 'WP_Error', $file ); 311 311 $this->assertFileExists( $file );
Note: See TracChangeset
for help on using the changeset viewer.