Changeset 49524 for branches/4.9/tests/phpunit/tests/image/functions.php
- Timestamp:
- 11/06/2020 05:03:57 PM (4 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/branches/5.0 merged: 49523
- Property svn:mergeinfo changed
-
branches/4.9/tests/phpunit/tests/image/functions.php
r48487 r49524 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.