Files
2023-07-11 17:28:33 +08:00

7 lines
118 B
PHP
Executable File

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