mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-01-15 00:51:43 +08:00
7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
interface MockTestInterface
|
|
{
|
|
public function returnAnything();
|
|
public function returnAnythingElse();
|
|
}
|