Changeset 51704 for trunk/tests/phpunit/includes/mock-image-editor.php
- Timestamp:
- 08/31/2021 06:57:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/mock-image-editor.php
r48291 r51704 57 57 } 58 58 public function save( $destfilename = null, $mime_type = null ) { 59 // Set new mime-type and quality if converting the image. 60 $this->get_output_format( $destfilename, $mime_type ); 59 61 return self::$save_return; 60 62 }
Note: See TracChangeset
for help on using the changeset viewer.