6 lines
118 B

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