Changeset 49526 for branches/4.7/tests/phpunit/tests/image/functions.php
- Timestamp:
- 11/06/2020 05:05:59 PM (4 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/branches/5.0 merged: 49523
- Property svn:mergeinfo changed
-
branches/4.7/tests/phpunit/tests/image/functions.php
r48489 r49526 493 493 copy( DIR_TESTDATA . '/images/wordpress-gsoc-flyer.pdf', $pdf_path ); 494 494 495 $editor = wp_get_image_editor( $ test_file);495 $editor = wp_get_image_editor( $pdf_path ); 496 496 if ( is_wp_error( $editor ) ) { 497 497 $this->markTestSkipped( $editor->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.