- Timestamp:
- 09/01/2021 12:43:39 AM (5 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/includes/mock-image-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/tests/phpunit/includes/mock-image-editor.php
r48291 r51712 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.