Index: includes/mock-image-editor.php
===================================================================
--- includes/mock-image-editor.php	(revision 1124)
+++ includes/mock-image-editor.php	(working copy)
@@ -10,10 +10,10 @@
 		protected function load() {
 			return self::$load_return;
 		}
-		public function test() {
+		public static function test() {
 			return self::$test_return;
 		}
-		public function supports_mime_type( $mime_type ) {
+		public static function supports_mime_type( $mime_type ) {
 			return true;
 		}
 		public function resize( $max_w, $max_h, $crop = false ) {
