7 lines
118 B
PHP
Executable File

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