1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-15 06:54:25 +02:00
Files
php-e107/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php
2018-02-06 03:18:31 -06:00

7 lines
118 B
PHP

<?php
interface MockTestInterface
{
public function returnAnything();
public function returnAnythingElse();
}