菜谱项目
<?php interface MockTestInterface { public function returnAnything(); public function returnAnythingElse(); }