AnInterface.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.phpView source
<?php
interface AnInterface {
public function doSomething();
}
Interfaces
Name![]() |
Description |
---|---|
AnInterface |