mirror of
https://github.com/e107inc/e107.git
synced 2025-10-15 06:54:25 +02:00
7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
interface MockTestInterface
|
|
{
|
|
public function returnAnything();
|
|
public function returnAnythingElse();
|
|
}
|