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