Changeset 30873 for trunk/tests/phpunit/includes/mock-image-editor.php
- Timestamp:
- 12/15/2014 09:24:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/mock-image-editor.php
r25380 r30873 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.