mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-05 22:43:52 +09:00
7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
interface MockTestInterface
|
|
{
|
|
public function returnAnything();
|
|
public function returnAnythingElse();
|
|
}
|