- Timestamp:
- 12/15/2014 09:49:34 PM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/tests/phpunit/includes/mock-image-editor.php
r25380 r30875 8 8 public static $test_return = true; 9 9 public static $save_return = array(); 10 11 // Allow testing of jpeg_quality filter. 12 public function set_mime_type( $mime_type = null ) { 13 $this->mime_type = $mime_type; 14 } 10 15 11 16 public function load() {
Note: See TracChangeset
for help on using the changeset viewer.