clam2021/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php

6 lines
67 B
PHP
Raw Normal View History

2021-05-13 16:04:00 +00:00
<?php
interface AnInterface
{
public function doSomething();
}