IOP-Patho/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php

6 lines
67 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
interface AnInterface
{
public function doSomething();
}