EVOLUTION-MANAGER
Edit File: MockTestInterface.php
<?php interface MockTestInterface { public function returnAnything(); public function returnAnythingElse(); }