Changeset 25380 for trunk/tests/phpunit/includes/mock-image-editor.php
- Timestamp:
- 09/12/2013 04:40:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/mock-image-editor.php
r25002 r25380 12 12 return self::$load_return; 13 13 } 14 public static function test( ) {14 public static function test( $args = array() ) { 15 15 return self::$test_return; 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.