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