mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 23:34:11 +00:00
7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
interface MockTestInterface
|
|
{
|
|
public function returnAnything();
|
|
public function returnAnythingElse();
|
|
}
|