<?phpinterface MockTestInterface{ public function returnAnything(); public function returnAnythingElse();}