Files
panti-asuhan-backend/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php
2023-07-14 11:32:46 +08:00

7 lines
118 B
PHP
Executable File

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