Changeset 49523 for branches/5.0
- Timestamp:
- 11/06/2020 05:02:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/tests/image/functions.php
r48486 r49523 561 561 copy( DIR_TESTDATA . '/images/wordpress-gsoc-flyer.pdf', $pdf_path ); 562 562 563 $editor = wp_get_image_editor( $ test_file);563 $editor = wp_get_image_editor( $pdf_path ); 564 564 if ( is_wp_error( $editor ) ) { 565 565 $this->markTestSkipped( $editor->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.