Changeset 40131
- Timestamp:
- 02/27/2017 05:50:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r40130 r40131 469 469 */ 470 470 public function test_pdf_preview_doesnt_overwrite_existing_jpeg() { 471 if ( ! wp_image_editor_supports( array( 'mime_type' => 'application/pdf' ) ) ) { 472 $this->markTestSkipped( 'Rendering PDFs is not supported on this system.' ); 473 } 474 471 475 // Dummy JPEGs. 472 476 $jpg1_path = '/tmp/test.jpg'; // Straight.
Note: See TracChangeset
for help on using the changeset viewer.