1<?php
2interface MockTestInterface
3{
4    public function returnAnything();
5    public function returnAnythingElse();
6}
7