canyin-project/ybcy/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php

7 lines
68 B
PHP
Raw Permalink Normal View History

2024-11-01 16:07:54 +08:00
<?php
interface AnInterface
{
public function doSomething();
}